Re: [android-developers] Dynamically grow listview

2009-11-04 Thread Mark Murphy
Martin Obreshkov wrote: > This approach is good but in first place i was looking for something > else. In the article the method of growing the listview is simply to > take care when the last visible element is reached and the listview > grows with new elements (just like in android store when you

Re: [android-developers] Dynamically grow listview

2009-11-04 Thread Martin Obreshkov
This approach is good but in first place i was looking for something else. In the article the method of growing the listview is simply to take care when the last visible element is reached and the listview grows with new elements (just like in android store when you scroll down apps) but what i was

Re: [android-developers] Dynamically grow listview

2009-11-02 Thread Martin Obreshkov
Thanks, this is just what i was looking for On Mon, Nov 2, 2009 at 8:07 PM, Carmen Delessio wrote: > AndroidGuys has an article for that: > http://www.androidguys.com/2009/10/21/tutorial-autogrowing-listview/ > -- > Carmen > http://www.twitter.com/CarmenDelessio > http://www.talkingandroid.com >

Re: [android-developers] Dynamically grow listview

2009-11-02 Thread Carmen Delessio
AndroidGuys has an article for that: http://www.androidguys.com/2009/10/21/tutorial-autogrowing-listview/ -- Carmen http://www.twitter.com/CarmenDelessio http://www.talkingandroid.com http://www.facebook.com/BFFPhoto http://www.twitter.com/DroidDrop On Mon, Nov 2, 2009 at 1:50 PM, manigault wro

[android-developers] Dynamically grow listview

2009-11-02 Thread manigault
Hi, I am trying to make ListView which should display data from db. But the db is filled slowly so want the entries in the ListView to grow dynamically according to the elements in db. For example on a desktop music player when you import a folder to the music library the list with songs is filling