android - Is using AsyncTask on every activity a good practise? -


i know if practice use asynctask on every activity in app? need improve speed @ activities load , asynctask should trick. there risks of doing way?

if want identify taking time use traceview profile activity. bad idea try optimize before identifying culprit causing lag.

with said should enable strict mode catch performance bugs early.

good luck!


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -