On Sun, Dec 11, 2011 at 7:32 PM, jeremy <[email protected]> wrote: > Any solutions for this lazy loading or are there any other ways I > could do it? I need to display everything (images + text) from the > web. >
There are plenty of solutions, the real question is what will work for your app, which only you know. The basic idea is: - Determine when new data needs to load. - Starting loading new data, show progress. - When new data is ready, update UI. If you want something more specific, get something working and ask a more specific question. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

