Re: [android-developers] Handling Expensive Operations in the UI Thread
You need to use Loaders http://developer.android.com/guide/components/loaders.html
or, if it is the case, an AsyncTask: http://developer.android.com/reference/android/os/AsyncTask.html
Good luck
--
Felipe Silveira
http://www.felipesilveira.com.br
-------------------------------------------------
-- On Fri, Sep 14, 2012 at 10:52 AM, Amit Mangal <forum.amit.mangal@gmail.com> wrote:
hi there,
i have list fragment activity. my app is openingvery slow cause i am loading data from list view please any body have code to load it fast.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Felipe Silveira
http://www.felipesilveira.com.br
-------------------------------------------------
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home