GlideContentProviderLoader
a utils class that help load image from content provider using glide
how to use
Glide.with(this)
.using(new GlideContentProviderLoader(this))
.load(Uri.parse(imageUri))
.into(expandedImageView);
Q & A
This project aims to provide pretty cool equalizer for any Android audio project.
This is the real android video player view with fullscreen function.
You can handle prefectures information more easily in Android.
This library wraps the Wearable API in RxJava Observables
. No more managing GoogleApiClients! Also, there are some helper classes, which ease communication between phone and wear app.
Searchable Spinner is a dialog spinner with the search feature which allows to search the items loaded in the spinner.
Collection of source codes, utilities, templates and snippets for Android development.
Q & A