On Nov 8, 12:18 pm, NaveenShrivastva <[email protected]> wrote: > when listview1 scrolls finished then after load listview2 ------------------ > > > > > > On Tue, Nov 8, 2011 at 4:43 PM, skink <[email protected]> wrote: > > > On Nov 8, 11:57 am, NaveenShrivastva <[email protected]> > > wrote: > >> How to manage here adapter android, i am trying for long time when i > >> am fixing listview1, and listview2 height then it's work fine, but > >> here i want to when one list loaded then after that this list2 load. > > >> On Tue, Nov 8, 2011 at 4:18 PM, skink <[email protected]> wrote: > > >> > On Nov 8, 11:39 am, Naveen <[email protected]> wrote: > >> >> Hello Sir, > > >> >> I have a two listview one is lv1 and second is lv2 , > > >> >> want to load listview2 data after listview1 loaded , > > >> >> Please help me > > >> > just create an adaptee that merges lv1's and lv2's adapters > > >> > pskink > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "Android Developers" group. > >> > To post to this group, send email to [email protected] > >> > To unsubscribe from this group, send email to > >> > [email protected] > >> > For more options, visit this group at > >> >http://groups.google.com/group/android-developers?hl=en > > > extend BaseAdapter > > >http://developer.android.com/reference/android/widget/BaseAdapter.html > > > pskink > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

