2021-09-04 19:03:38 +02:00
2021-09-04 19:03:38 +02:00
2021-09-04 15:36:05 +02:00
2021-09-04 15:36:05 +02:00
2021-09-04 15:36:05 +02:00
2021-08-16 12:08:58 +02:00
2021-09-04 19:03:38 +02:00
2021-09-04 15:40:33 +02:00
2021-08-16 12:08:58 +02:00
2021-09-03 10:47:27 +02:00
2021-08-16 12:08:58 +02:00
2021-08-16 12:08:58 +02:00
2021-08-16 12:08:58 +02:00
2021-09-03 10:49:07 +02:00
2021-09-04 03:30:42 +02:00
2021-09-04 17:58:34 +02:00

Android Study Case


A demo Android Study Case app using compose and Hilt based on modern Android tech-stacks and MVI architecture. Fetching data from the network and integrating persisted data in the database via repository pattern using compose.


License API Build Status Medium Profile

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 (alpha) for dependency injection.
  • JetPack
    • Compose - A modern toolkit for building native Android UI.
    • Coroutines Flow - notify domain layer data to views.
    • Lifecycle - dispose observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct database.
    • App Startup - Provides a straightforward, performant way to initialize components at application startup.
  • Architecture
    • MVI Architecture (Declarative View - Intent - Model)
    • Clear Architecture pattern
  • Material Design & Animations
  • Accompanist - A collection of extension libraries for Jetpack Compose.
  • Orbit-MVI - Orbit is a Redux/MVI-like library - but without the baggage. It's so simple we think of it as MVVM+.
  • Ktor - construct the REST APIs and paging network data.
  • Timber - logging.

Find this repository useful? ❤️

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

License

Designed and developed by 2020 ericampire (Eric Ampire)

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.
S
Description
No description provided
Readme 8.1 MiB
Languages
Kotlin 100%