Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshitiz-mhto/otakuvortex
Your Ultimate Hub for Anime and Manga Delights.Premier hub for anime and manga lovers
https://github.com/kshitiz-mhto/otakuvortex
android clean-architecture coroutine-library dagger-hilt glide-library kotlin livedata mvvm-architecture navigationl okhttp3-logginginterceptor paging2 retrofit2
Last synced: 2 days ago
JSON representation
Your Ultimate Hub for Anime and Manga Delights.Premier hub for anime and manga lovers
- Host: GitHub
- URL: https://github.com/kshitiz-mhto/otakuvortex
- Owner: Kshitiz-Mhto
- Created: 2023-08-05T06:10:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T09:51:31.000Z (over 1 year ago)
- Last Synced: 2024-11-08T11:17:25.758Z (about 2 months ago)
- Topics: android, clean-architecture, coroutine-library, dagger-hilt, glide-library, kotlin, livedata, mvvm-architecture, navigationl, okhttp3-logginginterceptor, paging2, retrofit2
- Language: Kotlin
- Homepage:
- Size: 6.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OtakuVortex
🌟Introducing **OtakuVortex**: Your Ultimate Hub for Anime and Manga Delights.Premier hub for anime and manga lovers🌸. Curated content, user-friendly interface, vibrant community. Dive into limitless anime and manga enjoyment.
### Architecture
Android Clean Architecture integrates MVVM design pattern, structuring apps into UI, ViewModel, UseCase, and data layers.
This separation boosts maintainability, testability, and scalability by enforcing modularization and dependency inversion,
enabling easier updates,efficient testing, and adaptable changes across layers.
### Screenshots
### Library Used
- [LiveData](https://developer.android.com/reference/kotlin/androidx/lifecycle/LiveData)
- [Retrofit 2](https://github.com/square/retrofit)
- [Co-routines](https://github.com/Kotlin/kotlinx.coroutines)
- [Navigation](https://developer.android.com/jetpack/androidx/releases/navigation)
- [Paging 2](https://developer.android.com/topic/libraries/architecture/paging/)
- [Dagger Hilt](https://developer.android.com/training/dependency-injection/hilt-android)
- [Glide](https://github.com/bumptech/glide)
- [OkHttp Interceptor](https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor)