SwipeBack for Android Activities to do pretty the same as the android "back-button" will do, but in a really intuitive way by using a swipe gesture.
SwipeBack is hosted in the following web site
https://github.com/sockeqwe/SwipeBack
If you think the Android project SwipeBack listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SwipeBack.
Item | Value |
---|---|
Java File Count | 31 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 7 |
Fragment Count | 2 |
There are 3 image files in SwipeBack. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png swipeback_arrow_left.9.png
The following screenshort is generated from the image listed above.
SwipeBack has the following Java source files.
com.hannesdorfmann.swipeback.DraggableSwipeBack.java com.hannesdorfmann.swipeback.OverlaySwipeBack.java com.hannesdorfmann.swipeback.SlideDrawable.java com.hannesdorfmann.swipeback.SlidingSwipeBack.java com.hannesdorfmann.swipeback.SwipeBack.java com.hannesdorfmann.swipeback.example.MainActivity.java com.hannesdorfmann.swipeback.example.SwipeBackActivity.java com.hannesdorfmann.swipeback.example.bottom.BottomActivity.java com.hannesdorfmann.swipeback.example.bottom.BottomSwipeBackTransformer.java com.hannesdorfmann.swipeback.example.dragcontent.DragContentActivity.java com.hannesdorfmann.swipeback.example.overlay.OverlayActivity.java com.hannesdorfmann.swipeback.example.simple.SimpleActivity.java com.hannesdorfmann.swipeback.example.slide.SlideActivity.java com.hannesdorfmann.swipeback.example.viewpager.FragmentAdapter.java com.hannesdorfmann.swipeback.example.viewpager.SimpleFragment.java com.hannesdorfmann.swipeback.example.viewpager.ViewPagerActivity.java com.hannesdorfmann.swipeback.interpolator.PeekInterpolator.java com.hannesdorfmann.swipeback.interpolator.SinusoidalInterpolator.java com.hannesdorfmann.swipeback.interpolator.SmoothInterpolator.java com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer.java com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer.java com.hannesdorfmann.swipeback.transformer.SwipeBackTransformer.java com.hannesdorfmann.swipeback.util.MathUtils.java com.hannesdorfmann.swipeback.view.VerticalTextView.java