Paul Turchenko wrote: > What is the most correct way to populate your list items from database/ > contentprovider records when querying then takes too long?
Run your query in an AsyncTask and call setListAdapter() in onPostExecute() of the task. What, precisely, is not "desirable" about that solution? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Online Training: 10-14 May 2010: http://onlc.com -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

