[android-beginners] How to autoscroll text in a TextView correctly

2009-12-24 Thread [^MiSaTo^]
Hi, I'm developing an irc chat application. I've got a textview to show all the channel text. It has also a vertical scroll but i'm not able to scroll it propperly. If I use texview.scrollTo(0, textview.getHeight()); the scroll reaches only the middle of the element. I've also used

[android-beginners] I can't update my app in the android market

2009-12-11 Thread [^MiSaTo^]
Hi all, I'd like to upload a new version of my droidChat to the android market but when i press update, it sais i've signed the apk with a diferent key than the one is in the market. I've lost the other keystore because i've changed the PC and i can't access to the previous one. I've also asked

[android-beginners] Re: problem launching multiple threads

2009-01-16 Thread [^MiSaTo^]
Thank you Dan. I understand your post and appreciate your help. I'll try it! :) Sorry to bother, but i've never done concurrency. On 15 ene, 17:51, Dan danscott0...@gmail.com wrote: Misato, I have included some code that I use and works great. I'm fairly new to Android myself so

[android-beginners] problem launching multiple threads

2009-01-14 Thread [^MiSaTo^]
Hi again, I'm doing a little irc client, and now i've got 3 classes: the main class launches 2 threads, one for the UI class (where i've got a textview where to show everything) and another for the class that contains the socket to connect to the irc server. The problem is that my application

[android-beginners] Problem with sockets and UI

2009-01-12 Thread [^MiSaTo^]
Hi, I'm new at android development, and i've got some problems. I've been searching in this group but i couldn't find anything about my issue, sorry if repeated. I'm doing an IRC client just to try Android SDK. In the main UI i've got a textView where i put the server responses. To connect to