Synthesize
Synthesize is an android library which can create layout images in background threads, services, etc without inflating them in activity or fragments.
Source link: https://github.com/prashantsolanki3/Synthesize
Synthesize is an android library which can create layout images in background threads, services, etc without inflating them in activity or fragments.
It is a library with several commonly used Input Dialogs implementations.
A Mac App, for Apk multi-channel package.
A playground for MVVM style architecture on Android.
gifencoder is a pure Java library implementing the GIF89a specification.
SwagPoints - An Android custom circular SeekBar that supports max/min range and step settings.
Android Loaders for the rest of us.
The concept of loaders in Android is pretty great: a way to do async work in a lifecycle-aware way. Unfortunately, the implementation is pretty bad. Loadie attempts to fix this in several ways.