Android Open Source - UI gesture SwipeBack






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of SwipeBack.

ItemValue
Java File Count31
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count7
Fragment Count2




Resource Files

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.

null

Java Source Files

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