androidmvp
MVP Android Example used to explain how to use this pattern in our Android apps. This code was created to support an article explanation:
Android MVP @ antonioleiva.com (English)
Source link: https://github.com/antoniolg/androidmvp
MVP Android Example used to explain how to use this pattern in our Android apps. This code was created to support an article explanation:
Android MVP @ antonioleiva.com (English)
Q & A
InfiniteViewPager is an augment Android's ViewPager
with wrap-around functionality.
Problem:
With a normal ViewPager, you can only scroll from the first page to second page (and so forth), from left-to-right. Once you reach the last page, your only option is to scroll backwards, right-to-left. In other words, 'wrap-around scrolling' (going from first-to-last, and last-to-first) is not possible.
Use a jar executable to create a Drawable class to display a SVG on Android.
This is a standalone library, not a Runtime Android library. You need to use it BEFORE your Android compilation (and only once per SVG file).
A simple drawable backport of the new drawer-indicator/back-arrow rotating drawable from the upcoming Android L.
An Android dialog library, has strong extensibility, customizability, and for conveniently building Material Design Dialog in Android version 2.2 ~ L.
Scroll + discover = DiscrollView
You can apply some transformation on discroll:
A pager transformer for Android with parallax effect.
Q & A