android - Perform database query without UI hiccups -


i have simple two-fragment layout slidingpanelayout (from new revision of v4 support library). when select item left fragment, right fragment slides on top of it, , meanwhile loads data database. problem looks choppy because of database query. use loaders access database , ui draw done in different task database requests... how should solve issue? should set listener sliding animation, , when it's done, database request?


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -