Android Architecture Components packages

Showing projects tagged as Android Architecture Components

  • kotlin-sample-app

    8.3 0.0 Kotlin
    📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
  • NotyKT 🖊️

    7.6 7.8 Kotlin
    📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
  • Theatre

    5.7 1.8 Kotlin
    Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
  • GradientDrawableTuner

    4.3 0.0 Java
    🕹️ See how the properties of Android's "shape" affect the Drawable's appearance, intuitively.
  • PopularMovies

    3.9 0.0 Java
    :movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
  • RoomDb-Sample

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

    3.0 0.0 Kotlin
    Android Kotlin paged endpoints made easy
  • ConstraintLayout-Sample

    3.0 0.0 Java
    A demo app to showcase constraint layout implementation in Android
  • MVVM-To-Do-App

    2.5 0.0 Kotlin
    Android To-Do MVVM Architecture App written in Kotlin.(ViewModel, ROOM, Livedata, Coroutines)
  • 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. 📚
  • GameOfThronesTrivia

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

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

    1.3 0.0 Kotlin
    LifecycleMvp is MVP architecture implementation with Android Architecture Components and Kotlin language features
  • Trailers

    1.3 0.0 Java
    An open source app that is refactored to demo MVVM architecture
  • 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.
  • DataBindingExample

    1.1 0.0 Java
    A demo of how to implement Data Binding in Android app
  • Horizontal Calendar Paging

    1.0 0.0 Kotlin
    A Simple horizontal date selector build using android Paging 3 and RecycleView.
  • AbstractMvp

    0.8 0.0 Kotlin
    AbstractMvp is a library that provides abstract components for MVP architecture realization, with problems solutions that are exist in classic MVP.