I am creating a basic app with health tips. I need screens to get loaded one after another in a sequential manner. Should I create as many activities as the number of tips [1 activity for 1 tip] ?? I guess this wont be economical. Any alternate ways ??
Thanks !!
No,
its effect the performance of your app.You have to change content of view programmatically.I think you have option Fragment. .To show many views in one Activity.