Hello,
My app's main screen consists of 5 tabs. First & Second Tabs have
integrated the same ListActivity , because both displays similar
data(List of - images, text etc..). Each time I click on those 2 tabs,
it should refresh the image list dynamically based on some condition.
Now my question is, where should I create the ListAdapter exactly
and update the ListAdapter with the new data(image, text etc..) on
each tab(First & Second tab)? Is it in onCreate() OR onStart() OR
onResume() ? As per the flow, onCreate() / onStart() are being
called only very first time, and after that, only onResume() is being
called. Please need your guidance....
Thank you so much..
Regards,
DK
--
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