Skip to content

A dog adoption app made with jetpack compose for #AndroidDevChallange

Notifications You must be signed in to change notification settings

CanerGures/Adoption-App-Jetpack-Compose

Repository files navigation

Adoption-App-Jetpack-Compose

A dog adoption app made with jetpack compose for #AndroidDevChallange

Built With 🚧

Screen Shots📱

Gif1 Gif4

Architecture📃

The app uses MVVM [Model-View-ViewModel] and Repository architecture to have a unidirectional flow of data, separation of concern, and a lot more which is recommended by Google itself.

Architecture

Credit

I give my thanks to Rebecca Franks(@riggaroo). I learned so much from her adoption app about Jetpack Compose implementations.