adelayman1 /
ComposeNotesAppRetrofit
This repository contains a notes app that implements compose,architecture , clean architecture , navigation component , hilt , etc.... using kotlin language
Loading repository data…
tuanthnguyen / repository
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, LiveData, ViewModel and Databinding
This project handles paging images and supports offline mode.
Thanks to Unsplash, this project uses their API to fetch beautiful images.
Note: I added the token in this project. You can try it now instead of doing the steps below.
build.gradle file as following:buildConfigField "String", "UNSPLASH_TOKEN", "\"Client-ID *********\""
Just make pull request. You are in!
This project is available under the MIT license. See the LICENSE file for more info.
Selected from shared topics, language and repository description—not editorial ratings.
adelayman1 /
This repository contains a notes app that implements compose,architecture , clean architecture , navigation component , hilt , etc.... using kotlin language
adityasonel /
This repository contains a sample app that implements MVVM architecture using Kotlin, Koin, ViewModel, LiveData, and etc.
noowenz /
This repository contains a detailed sample app that implements MVVM architecture with android architecture components using Kotlin, LiveData, Dagger2, RxJava2, Rxjava-Android, Retrofit2, Data Binding and Room.
mahmudur-swe /
This repository contains a sample app that implements MVVM architecture using Kotlin, ViewModel, LiveData, Navigation Component, Dagger2, Room, Retrofit2, Coroutines, Kotlin Flow, Work Manager and etc.
ParaskP7 /
This repository contains sample code. Its purpose being, to quickly demonstrate Android, Kotlin and software development in general, clean code, best practices, testing and all those other must know goodies.
alaamarneh /
This repository contains a Weather Sample app that implements MVVM architecture using DataBinding, RxJava2, Retrofit2, Dagger2 and Android Architecture Components