I’m trying to implement a ViewPager that have multiple activities. I’m following this example but this doesnt look that uses multiple activities, but Fragments. If anyone can explain me how to implement this. What I want is to scroll between different screens, and each screen does its own job.
Thanks.
I doubt this is possible, and to the extent that it is, it would use deprecated techniques like
ActivityGroup.Use fragments, as @Glendon Trullinger suggested.
Use the example that you linked to. Or look at the
Support13Demosin your SDK’sextras/folder tree, which demonstrateViewPager. When you have specific, concrete questions regarding the use of fragments, ask another question here on StackOverflow.