https://github.com/androidbroadcast/samplenewsapp
https://github.com/androidbroadcast/samplenewsapp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/androidbroadcast/samplenewsapp
- Owner: androidbroadcast
- Created: 2024-02-24T09:18:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T10:30:10.000Z (over 1 year ago)
- Last Synced: 2025-05-05T03:18:47.413Z (about 1 year ago)
- Language: Kotlin
- Size: 447 KB
- Stars: 63
- Watchers: 10
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: newsapp.keystore
Awesome Lists containing this project
README
# Новостное приложение
Новостное приложения со [стримов Android Broadcast](https://www.youtube.com/playlist?list=PL0SwNXKJbuNmIqMPiBnXkmfugSjWePAmx)
Приложения показывает простой список новостей, которые получаются из newsapi.org
Технологический стек:
- Android SDK
- [Android Jetpack](https://developer.android.com/jetpack)
- [Kotlin 2.0](https://kotlinlang.org/docs/whatsnew20.html)
- [KotlinX Coroutines](https://github.com/Kotlin/kotlinx.coroutines)
- [KotlinX Serialization](https://github.com/Kotlin/kotlinx.serialization)
- [Retrofit](https://square.github.io/retrofit/) + [OkHttp](https://square.github.io/okhttp/)
- [Jetpack Compose](https://developer.android.com/develop/ui/compose)
- [Dagger](https://dagger.dev) + [Hilt](https://dagger.dev/hilt/)
- [Jetpack Room](https://developer.android.com/jetpack/androidx/releases/room)
- [CoIL Image Loader](https://coil-kt.github.io/coil/)
- [Material](https://github.com/material-components/material-components-android)
Основные модули
- core:* - базовые модули приложения для работы с данными
- features:* - все фичи приложения
- app - сборка приложения