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.
Q & A
You can easily access the top of the screen in Android. Like a iPhone 6 & 6 Plus.
android-resource-navigator is a a Google Chrome Extension providing enhanced resource navigation for GitHub hosted Android projects.
A custom view that displays an error image, a title, and a subtitle given an HTTP status code. It can be used for various other purposes like displaying other kinds of errors, or just messages with images.
Easier creation of Dagger ObjectGraph scopes with Retrofit and Butterknife niceties
What is Scopes?
Have you ever tried to set up scoped ObjectGraphs
with Dagger and failed miserably? Scopes a compile time annotation processor that is here to help!
What does Scopes do? It allows to separate portions of your Application
in logical "flows". It generates "BaseActivity
s" that contain common dependencies that other Activities
that are part of the same flow could use.
This Android library allows you to replace the drop down navigation list when the items in the list are needed to be grouped by sections. It was inspired from the Google I/O 2014 app how sessions are grouped in the ActionBar list.
The AARLinkSources Plugin is designed to attach sources for .aar dependencies in AndroidStudio.
Q & A