My android app has 4 tabs. In one tab it loads twitter data from the net when I click on it. This means that the display can take up to 7 seconds to load. the function I call is getTwitterData(); how can I preprocess this step perhaps in a splash screen?
Share
dynamic data from internet
so on the tab click, use the below code segment to download data from server
and call use this AsyncTask in your tab click as follows