Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack
⚡️Comic reader app 📘 Learning MVVM / MVI with :cyclone: RxKotlin, Retrofit, Kotlinx Coroutine, Work Manager, Room, Firebase, AndroidX Startup, Clean Architecture, Arrow.Kt Functional Programming ... ❄️ androidx-startup, androidx-room, androidx-viewmodel, arrow-kt
https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack
android-clean-architecture-kotlin android-mvi comic-reader comics-reader coroutines-android functional-reactive-programming jetpack-android jetpack-lifecycle-components jetpack-navigation jetpack-workmanager kotlin-coroutine kotlin-coroutines mvi mvi-android mvi-architecture mvi-clean-architecture mvvm-android mvvm-pattern rxkotlin rxkotlin-android
Last synced: 3 months ago
JSON representation
⚡️Comic reader app 📘 Learning MVVM / MVI with :cyclone: RxKotlin, Retrofit, Kotlinx Coroutine, Work Manager, Room, Firebase, AndroidX Startup, Clean Architecture, Arrow.Kt Functional Programming ... ❄️ androidx-startup, androidx-room, androidx-viewmodel, arrow-kt
- Host: GitHub
- URL: https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack
- Owner: hoc081098
- License: mit
- Created: 2019-02-16T09:48:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T07:29:11.000Z (3 months ago)
- Last Synced: 2024-07-30T06:53:20.961Z (3 months ago)
- Topics: android-clean-architecture-kotlin, android-mvi, comic-reader, comics-reader, coroutines-android, functional-reactive-programming, jetpack-android, jetpack-lifecycle-components, jetpack-navigation, jetpack-workmanager, kotlin-coroutine, kotlin-coroutines, mvi, mvi-android, mvi-architecture, mvi-clean-architecture, mvvm-android, mvvm-pattern, rxkotlin, rxkotlin-android
- Language: Kotlin
- Homepage: https://github.com/hoc081098/ViewBindingDelegate
- Size: 25.9 MB
- Stars: 280
- Watchers: 7
- Forks: 46
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack
- awesome-android-kotlin-apps - ComicReaderApp-MVI-Coroutine-RxKotlin-Jetpack - startup, androidx-room, androidx-viewmodel, arrow-kt</br></br> <b>Tech Stack</b> : Koin, Coroutines, RxJava, Retrofit, Room, Firestore, Firebase Auth, Firebase Storage, WorkManager, Navigation, Paging, LiveData, ViewModel </br></br> <i> Last commit: 5 days ago</i> | 🌟 239 </br> 🍴 46 </br> 👁️ 7 | (:art: Pattern / MVI)
README
# ComicReaderApp_MVI_Coroutine_RxKotlin
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
Comic reader app 📘. Learning MVVM / MVI with RxKotlin, Retrofit, Kotlin Coroutines
[![Build CI](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/build.yml/badge.svg)](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/build.yml)
[![Build Release APK](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/build-release.yml/badge.svg)](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/build-release.yml)
[![Spotless check](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/spotless.yml/badge.svg)](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/spotless.yml)
[![Validate Gradle Wrapper](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/gradle-wrapper-validation.yml/badge.svg)](https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/workflows/gradle-wrapper-validation.yml)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fhoc081098%2FComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)## Observable 🌀 + Flow 🌊 + suspend function ⚡ = 💗💎❤️
# Project features 🚀
This project brings to the table set of best practices, tools, and solutions:- 100% [Kotlin](https://kotlinlang.org/)
- Kotlin Coroutines with Flow
- Functional & Reactive programming with [RxKotlin](https://github.com/ReactiveX/RxKotlin), [RxJava3](https://github.com/ReactiveX/RxJava)
- Clean Architecture with MVI (Uni-directional data flow)
- [Λrrow - Functional companion to Kotlin's Standard Library](https://arrow-kt.io/)
- [Either](https://arrow-kt.io/docs/apidocs/arrow-core/arrow.core/-either/)
- [Monad Comprehensions](https://arrow-kt.io/docs/patterns/monad_comprehensions/)
- [Option](https://arrow-kt.io/docs/apidocs/arrow-core/arrow.core/-option/)
- [parZip](https://arrow-kt.io/docs/apidocs/arrow-fx-coroutines/arrow.fx.coroutines/par-zip.html)
- Modern architecture (Clean Architecture, Model-View-ViewModel)
- Navigation, single-activity architecture with [Jetpack Navigation](https://developer.android.com/guide/navigation)
- Initialize components at application startup with [AndroidX Startup](https://developer.android.com/topic/libraries/app-startup)
- Cache local data with [Room Persistence Library](https://developer.android.com/topic/libraries/architecture/room)
- Schedule tasks with [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager)
- ViewModel, LiveData, Lifecycle, ... with [Android Jetpack](https://developer.android.com/jetpack)
- Dependency injection [Koin](https://insert-koin.io/)
- Material Design [Material Components for Android](https://github.com/material-components/material-components-android)
- Kotlin Gradle DSL
- Firebase: Firestore, Authentication, Storage, Analytics, Crashlytics
- Gradle Kotlin DSL, Custom plugin## Download APK
- [Download latest debug APK here](https://nightly.link/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/workflows/build/master/app-debug.zip)
- [Download latest release APK here](https://nightly.link/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/actions/runs/1360316687/app-release.zip)# Develop
- You must use **Android Studio Arctic Fox (2020.3.1)** (**note: Java 11 is now the minimum version required**)
- Clone: `git clone https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin.git`
- _Optional: **Delete `.idea` folder** if cannot open project_
- Open project by `Android Studio` and run as usual# Screenshots
| | | | |
| :---: | :---: | :---: | :---: |
| ![](screenshots/1.jpeg) | ![](screenshots/2.jpeg) | ![](screenshots/3.jpeg) | ![](screenshots/4.jpeg) |
| ![](screenshots/5.jpeg) | ![](screenshots/6.jpeg) | ![](screenshots/7.jpeg) | ![](screenshots/8.jpeg) |
| ![](screenshots/9.jpeg) | ![](screenshots/10.png) | ![](screenshots/11.png) | ![](screenshots/12.png) |
| ![](screenshots/13.png) | ![](screenshots/14.png) | ![](screenshots/15.png) | |# LOC
```sh
--------------------------------------------------------------------------------
Language Files Lines Blank Comment Code
--------------------------------------------------------------------------------
Kotlin 165 15406 1777 644 12985
XML 95 5181 464 81 4636
Prolog 7 127 18 0 109
JSON 2 103 0 0 103
Markdown 2 109 24 0 85
Batch 1 89 21 0 68
--------------------------------------------------------------------------------
Total 272 21015 2304 725 17986
--------------------------------------------------------------------------------
```# Server and API
Clone this repository: https://github.com/hoc081098/comic_app_server_nodejs
# License
MIT License
Copyright (c) 2019-2021 Petrus Nguyễn Thái Học
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Petrus Nguyễn Thái Học
💻 🚧 🤔 🎨 🐛
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!