Poetry Demo
A demo application for the Poetry library
Source link: https://github.com/elastique/poetry-demo
A demo application for the Poetry library
Simplified Android Rest API wrapper on-top of okHttp
A utility library for Android to schedule one-time or periodic jobs while your app is running. Currently, Android OS supports 3 types of scheduling APIs: Handler
, AlarmManager
and JobScheduler
. The choice of one suitable API, the inflexibility of switching between them and the amount of boilerplate code required for setting up makes it difficult to use these APIs.
A Java library that adjust interpolator dynamically (inspired by Facebook Rebound).
TContributionsView can be use for a Contributions View, like in one personal homepage of Github, and more than that.
A Gradle plugin to easily apply the same setup of static analysis tools across different Android or Java projects.
ScrollParallaxImageView extends ImageView
, and provides parallax effects when it scrolls in the screen.It can be use in any view which can scroll its content, like ListView
, RecyclerView
, ScrollView
, etc.