[android-developers] Re: How to make chat window for IM?

2009-08-21 Thread Gulfam
Hi Yusuf Saib, Sorry for late response because i was on leave. Using TextView for chat window i have get the idea form APIDemos- Text-LogTextBox. I have modifiy that code just like this replace add button with EditText and put it at the bottom of screen with send button same like default

[android-developers] Re: How to make chat window for IM?

2009-08-21 Thread Yusuf Saib (T-Mobile USA)
What happened when you tried ListView with transcript mode? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 20,

[android-developers] Re: How to make chat window for IM?

2009-08-13 Thread Jeff Sharkey
If you'll be working with long conversations, you should look at using a ListView to keep scrolling efficient. Also, ListView offers android:transcriptMode, which will can help automatically scroll back to the bottom when new messages arrive. j On Wed, Aug 12, 2009 at 7:28 AM,

[android-developers] Re: How to make chat window for IM?

2009-08-13 Thread Gulfam
Hi, I have tried way recommended by Jeff but i think its not perfect solution any one can help more regarding this. Jeff V V Thanks for your response. Regards Gulfam Hassan On Aug 13, 11:36 am, Jeff Sharkey jshar...@android.com wrote: If you'll be working with long conversations, you

[android-developers] Re: How to make chat window for IM?

2009-08-13 Thread Yusuf Saib (T-Mobile USA)
Can you give more details on the problems you encountered with TextView or ListView? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of