Newsly uses newsapi.org to fetch news from your country. It shows a list of headlines, and clicking on one takes you to the news website.
The app is built using MVVM architecture and Kotlin Coroutines. Whole UI written in Jetpack Compose with day/night theming support. Uses Room DAO for caching news items
Libraries used in this project -
Create your own API key . Place your API key at
co.k2.newsbits.common.NewsApi.API_KEYBuild and run as usual


