I\'m working on an Android app, which uses an online service, which I need to load my Fragments. Basically, I have a menu, and each button replaces a Fragment underneath. Wh
You have to do changes to the ui in the onPostExecute() function of your AsyncTask.