NewsFlash is a news application written in Kotlin that focuses on best practices and material design created by team.
The API used in making this app is the News API, get your API and add it to properties.gradle
file to build the project.
The application must implement Google's new single activity, rest fragment approach to navigate through fragments.
Note do not include API key in the project
Follow the project board for detailed task.
- Must use MVVM architecture
- Home Feed containing Recent News showing headline and thumbnail
- Bookmarked news articles
- Profile
- Seach news articles
- more to be added.
- AndroidX
- Room
- LiveData
- Navigation component
- Retrofit
- Work Manager
- Glide
- Pagination