Can anyone give me an example, how to create chrome like switching between tabs?
I want to make my application to have multiple tab. These tabs can be switched like chrome does. Must I do snapshot on onPause
, and then on switching activity display it? Any Android Native API about this feature?
As mentioned by jared rummler https://github.com/vikramkakkar/DeckView is good enough. But, how the best way to use this. Should I get screenshot each tab (Activity)? (24/03/2017)