Skip to content

FantasyCompose built to Demonstrate use of Jetpack Compose with Mvvm architecture and modern android components .

License

Notifications You must be signed in to change notification settings

Ahabdelhak/FantasyCompose

Repository files navigation

FantasyCompose


🎯 FantasyCompose app aims to showcase Compose UI with Kotlin, MVVM applying clean architecture, Fetching data from the network and integrating persisted data in the database via repository pattern and more modern android stack.

License API

Screenshots

👉 Tech Stack :

  • Kotlin - First class and official programming language for Android development.
  • Coroutines and Flow - Official Kotlin's tooling for performing asynchronous work.
  • JetPack
    • Compose - A modern toolkit for building native Android UI.
    • Lifecycle - dispose observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct database.
    • Hilt - a dependency injection library for Android.
    • App Startup - Provides a straightforward, performant way to initialize components at application startup.
  • Material Design & Animations
  • Accompanist - A collection of extension libraries for Jetpack Compose.
  • Landscapist - Jetpack Compose image loading library with shimmer & circular reveal animations.
  • Orchestra-Balloon - Jetpack Compose tooltips library.
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
  • Sandwich - construct lightweight http API response and handling error responses.
  • WhatIf - checking nullable object and empty collections more fluently.
  • Balloon - A lightweight popup like tooltips, fully customizable with arrow and animations.
  • Timber - logging.
  • Jetpack Macrobenchmark - library for measuring (and benchmarking) performance of app .

For more information about used dependencies, see this file.

👉 Contribution:

See the CONTRIBUTION.md file.

⚠️ License

Copyright 2022 AHMED ABDELHAK, All Rights Reserved.

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

FantasyCompose built to Demonstrate use of Jetpack Compose with Mvvm architecture and modern android components .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages