Skip to content

Sample android app developed using jetpack compose to display various cat breeds. Also used MVVM, Flow, Retrofit, Room & Hilt

Notifications You must be signed in to change notification settings

ManaswiniKundeti/CatsCompose

Repository files navigation

Cats Compose

Show cats some love


A demo Android app using Jetpack Compose. Learning how compose works with MVVM, Flow, Retrofit, Room & HILT. Used the CatAPI to fetch some cat data from the network and storing it in the database using the repository pattern.
This app lists different breeds of your loving cats.


License API

Download

Go to the Releases to download the latest APK.

Screenshots

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • Hilt for dependency injection.
  • JetPack
    • Compose - A modern toolkit for building native Android UI.
    • Room Persistence - construct database.
  • Architecture
    • MVVM Architecture (Declarative View - ViewModel - Model)
    • Repository pattern
  • Material Design & Animations
  • Accompanist - A collection of extension libraries for Jetpack Compose.
  • Landscapist - Jetpack Compose image loading library with shimmer & circular reveal animations.
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
  • Sandwich - construct lightweight http API response and handling error responses.
  • Timber - logging.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next project! 🤩

License

Designed and developed by 2023 ManaswiniKundeti (Manaswini Kundeti)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Sample android app developed using jetpack compose to display various cat breeds. Also used MVVM, Flow, Retrofit, Room & Hilt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages