1 message in com.googlegroups.android-beginnersSimple Talk - Sample GTalk Application -
FromSent OnAttachments
Tatsu30 Mar 2008 22:34 
Subject:Simple Talk - Sample GTalk Application -
From:Tatsu (tata@gmail.com)
Date:03/30/2008 10:34:23 PM
List:com.googlegroups.android-beginners

Hi all,

Simple Talk, sample application using m5 sdk's GTalkService APIs, is now uploaded. Please download from the following URL shoving through strange characters. :D http://www.tatsu.com/forum/viewtopic.php?showtopic=9

There's one thing I gave up to implement. Its messaging-list never scroll and focus a new message line automatically. First, I thought I overrode onContentChanged() of ListActivity and set the focus on a latest message using getCount() and setSelection() of ListView, but onContentChanged() is just called once after setContentView() call.

I was wondering if it could give you somewhat interest. Every idea or suggestion was appreciated.

Best regards,