Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.09 KB

README.md

File metadata and controls

34 lines (24 loc) · 2.09 KB

NewsFlash

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.

Contributors

Modules

  • Must use MVVM architecture
  • Home Feed containing Recent News showing headline and thumbnail
  • Bookmarked news articles
  • Profile
  • Seach news articles
  • more to be added.

Libraries to be used

  • AndroidX
  • Room
  • LiveData
  • Navigation component
  • Retrofit
  • Work Manager
  • Glide
  • Pagination