I have 20 xml layouts which i have to show in order. They are static and does not contain any updates or operations as such. All i want to have is a next button in each layout and just display them one by one when the next button is clicked. My question is can i accomplish that with a single activity? Or will i have to make 20 corrs activities to accompany it??
PS: I can name the layouts anything if it can help to put them in some loop or something. Thanx in advance for any help.