I have a AsyncTask to get the web service data through JSON. I would like to have these items on pages with ViewPager and textsViews. My problem is how to do this without fragments, want it to be dynamic. I do not understand very well where I put the setViewAdapter would be in onPostExecute? To view the pager follow the following links:
I'm having trouble aligning these two things. Please help me!! Maybe my question was not clear. Thank you.