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

Issues changing the value of an element in an array in matlab -

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

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