Fetch your data from the network off the UI thread so the app remains 
responsive.  Either use AsyncTask or a Service, and update the UI when the 
data is ready.


On Sunday, September 2, 2012 1:52:46 PM UTC+2, Mohammad Abu Hmead wrote:
>
> Dear Developers,
>
> I created an app which load data from server and format it in specific 
> format in android UI components, like text view and image view, but the 
> loading take long time, i want to know what is the best way to decrease the 
> load time and increase the loading speed and the quality of my app, if you 
> know a book name or blog or wiki don't hesitate to till me.
> If you want to see the developed and published app which I'm talking 
> about, please visit 
> Wasfati<https://play.google.com/store/apps/details?id=com.alameenTech.android>
>  app 
> on android market.
>
> Many thanks in advance.
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to