Re: [android-beginners] Re: NEED help--working on twitter app want list click to be expanded and again shrinked on another click plz help

2010-05-15 Thread vin
*Thanks for the help its working now :)* * * * * * *...@vin On Fri, May 14, 2010 at 12:20 PM, Stormtap Studios r...@stormtapstudios.comwrote: Hi Vin, What you need to do is write an adapter for your ListView, one that when given your XML can convert it to items to add to the list via the

[android-beginners] Re: NEED help--working on twitter app want list click to be expanded and again shrinked on another click plz help

2010-05-14 Thread Stormtap Studios
Hi Vin, What you need to do is write an adapter for your ListView, one that when given your XML can convert it to items to add to the list via the adapter's interface (mainly the getView method). Read the documentation for BaseAdapter and ListAdapter. Or, better yet, buy this book: