Android Architecture Components packages

Showing projects tagged as Android, Java, and Android Architecture Components

  • RoomDb-Sample

    3.2 0.0 Java
    A simple notes app to demo Room + LiveData implementation in Android
  • ConstraintLayout-Sample

    3.0 0.0 Java
    A demo app to showcase constraint layout implementation in Android
  • Optimize

    2.1 0.0 Java
    Android 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.
  • Mediateka

    1.5 0.0 Java
    The app demonstrates principles of usecases with RxJava2 , Dagger2 , Room , MVP , Mockito and Clean Architecture in Android. 📚
  • LifecycleEvents

    1.4 0.0 Kotlin
    LifecycleEvents library is an event bus implementation, using lifecycle from android architecture components and kotlin language features.
  • GameOfThronesTrivia

    1.4 0.0 Java
    An open source app that is refactored to demo ViewModel and LiveData
  • 1. AutoProxy

    1.3 0.0 Java
    Annotation 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.
  • Trailers

    1.3 0.0 Java
    An open source app that is refactored to demo MVVM architecture
  • DataBindingExample

    1.1 0.0 Java
    A demo of how to implement Data Binding in Android app