https://github.com/androidbroadcast/devto-android
Unofficial Android client for dev.to. Open source and free
https://github.com/androidbroadcast/devto-android
android clean-architecture coroutines coroutines-flow dagger2 jetpack jetpack-compose kotlin kotlin-coroutines mvvm room
Last synced: 10 days ago
JSON representation
Unofficial Android client for dev.to. Open source and free
- Host: GitHub
- URL: https://github.com/androidbroadcast/devto-android
- Owner: androidbroadcast
- Archived: true
- Created: 2021-08-20T21:07:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T09:13:22.000Z (over 3 years ago)
- Last Synced: 2025-05-05T03:19:02.578Z (10 days ago)
- Topics: android, clean-architecture, coroutines, coroutines-flow, dagger2, jetpack, jetpack-compose, kotlin, kotlin-coroutines, mvvm, room
- Language: Kotlin
- Homepage:
- Size: 258 KB
- Stars: 78
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev.to Android by Android Broadcast
Unofficial Android client for [dev.to](https://dev.to)
## Technologies
- [Kotlin](https://kotlinlang.org)
- [Gradle Kotlin DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html)
- [Kotlin Coroutines](https://kotlinlang.org/docs/coroutines-overview.html)
- [OkHttp](https://square.github.io/okhttp) + [Retrofit](https://square.github.io/retrofit)
- [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization)
- [Android Jetpack](https://d.android.com/jetpack)
- [Jetpack Compose](https://d.android.com/jetpack/compose)
- [Google Dagger(Dagger 2)](https://dagger.dev)
- MVVM
- Multi module Architecture