Get a personalized feed with the stories you care about
- Kotlin
- Jetpack Compose
- Retrofit
- Room
- Hilt, Dagger
- Navigation Compose
- Android Architecture Components
NewsLayer uses a free news api NewsData.io to fetch data. You need to provide your own API key which you can create here.
Add your API key in <root>/local.properties
file:
# ...
NEWS_DATA_API="YOUR_API_HERE"
Sync gradle files and run the project.