dewparin / posts-readerLinks
Experiment on Android Architecture Components + RxJava2 + Dagger2
☆14Updated 8 years ago
Alternatives and similar repositories for posts-reader
Users that are interested in posts-reader are comparing it to the libraries listed below
Sorting:
- Simple MVVM architecture for Android using RX☆161Updated 7 years ago
- MVVM example app. Quick blog post detailing the layers: https://medium.com/@mojroid/clean-architecture-on-android-using-feature-modules-m…☆187Updated 7 years ago
- Sample for MVVM using Kotlin☆179Updated 7 years ago
- KOIN - a concise and pragmatic dependency injection framework for Kotlin -- #Samples☆214Updated 7 years ago
- New Android Architecture showing how to use Dagger Android libs with MVVM☆113Updated 7 years ago
- Demonstrates various ways of using Paging library with Room (LiveData, RxJava, custom datasource)☆140Updated 6 years ago
- Firestore sample with Android architecture component.☆108Updated 7 years ago
- Sample app that shows Firebase works well with Android Jetpack architecture components☆174Updated 2 years ago
- Showcase app that how to build an MVP app from scratch.☆25Updated 8 years ago
- Demonstrate how to use Jetpack's pagination and navigation component.☆13Updated 4 years ago
- A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.☆101Updated 7 years ago
- Sample used to practice Kotlin and Android Architecture Components.☆322Updated 5 years ago
- Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit T…☆98Updated 5 years ago
- A library for Android developers who want to create layout which follows Google material design principle.☆173Updated 7 years ago
- ☆116Updated 7 years ago
- Sample of MVP Architecture with Kotlin, Dagger2, Retrofit and Rx☆104Updated 7 years ago
- Android example app in Kotlin using RxJava and MVP/MVVM architecture with many features.☆159Updated 7 years ago
- ☆153Updated 7 years ago
- This example application implements MVP architecture using Kotlin, Dagger2, RxJava2 and also inject, constraint-layout, typicode api.☆154Updated 6 years ago
- [DEPRECATED. USE https://github.com/egek92/Kotlin-MVVM-Jetpack-Hilt-Coroutines-Flow] Clean Android architecture guidelines that are based…☆72Updated 6 years ago
- A simple app which consumes a REST service from Coinmarketcap API☆78Updated 7 years ago
- AAC Paging Infinite Scrolling With Network Sample☆73Updated 6 years ago
- Demo simplest possible dagger2 code in a single file for education purpose.☆55Updated 6 years ago
- Implement Dagger2 and Retrofit2 with a dynamic Base URL using an Interceptor in Android