Selected Tags
Click on a tag to remove itMore Tags
Click on a tag to add it and filter downAndroid Architecture Components packages
Showing projects tagged as Android-library and Android Architecture Components
-
Optimize
2.1 0.0 JavaAndroid library for displaying data based on JSON configuration fetched from server. With this library, you can kiss goodbye to string.xml, dimen.xml, arrays.xml. Keep all your string/integer/array config in one file. The library will automatically fetch the data from the url you provide. -
LifecycleMvp
1.3 0.0 KotlinLifecycleMvp is MVP architecture implementation with Android Architecture Components and Kotlin language features -
LifecycleEvents
1.3 0.0 KotlinLifecycleEvents library is an event bus implementation, using lifecycle from android architecture components and kotlin language features. -
1. AutoProxy
1.3 0.0 JavaAnnotation Processing Library. Generates proxy class on top of interface/abstract class, that allows to intercept calls. Also known as a design pattern: proxy, delegate, interceptor.