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);
Android social login (facebook, google, etc) helper powered by RxJava.
Codegeneration tool for isomorphic server and mobile Go apps backed by gRPC & Protobuf. Share code between your backend, Android & iOS app!
This is a Web Viewer component.
Tint and colorize Android views easily.
Library allows to cache Observables during orientation change. It's useful during HTTP request, which must be performed only once. After onComplete, Observables are automatically removed from cache.
ObservableCacheService is additional layer over ObservableCache, which generate classes with access to Observables in cache.
Utility classes for Okhttp.