sockeqwe/SwipeBack

How would I install this on an Android device (e.g. Samsung Galaxy Note 4)

safiyykanjiyani opened this issue · 1 comments

I'm switching from iOS to Android and this feature is legendary. Also, what are the main differences between this and native Apple's iOS 7 implementation.

What do you mean with "install"? Installing the demo app? A simple demo video you can find here

It's hard to compare them:
In android you have some kind of transitions while switching from viewcontroller ( = Activity on android ) to the next viewcontroller in your segue. This library detects the swipe gesture in your activity (viewcontroller) and closes them and goes back one step in the navigationstack to the previous activity (you can specify a transition animation). What this library basically does is, it will detects the swipe gesture in your activity and will move the "content view" like a burger menu implementation will do ...