Welcome to NewsHub, an Android application built on the news.org API. The main goal of this project is to showcase the usage of various Android technologies such as Jetpack Compose, Kotlin, MVVM, Architecture Component, Hilt, Room, Coil, Paging, and Retrofit 2.
To install NewsHub, you can download the APK file from the releases page and install it on your Android device.
Alternatively, you can build the project from source by following these steps:
- Clone the repository:
git clone https://github.com/pasichDev/NewsHub.git
- Open the project in Android Studio.
- Create an account with newsapi.org and get your api token.
- Write your api token in the file variable API_KEY. (com.pasichdev.newshub.utils.Const.kt)
- Build and run the application.
NewsApp is licensed under the MIT License.