Thursday, March 30, 2017

Android: make interaction to switch between activity like Chrome's Tab Management

Leave a Comment

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?

Chrome's interaction on switch between tabs

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)

1 Answers

Answers 1

Try the DeckView library : https://github.com/vikramkakkar/DeckView

And the MaterialRecents library : https://github.com/ZieIony/MaterialRecents

There is also an example of RecentsView here.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment