Skip to content

Android News App - A sample apps in MVVM, Clean code to display news

License

Notifications You must be signed in to change notification settings

Maithri-KM-Hegde/AndroidProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News App (Sample Project)

A simple Android App which fetches and displays the US Top news headlines

There are 3 layer in this app. Project follows MVVM Clean Code architecture

Domain Layer Presentation Layer Data Layer
usecase ui/view data source, dto
repository interface viewmodel repository implementation
your library config(retrofit/room)

Setup Instructions

This app uses NewsAPI to fetch news. Generate your own API_KEY from the website and configure the BASE_URL and API_KEY in local.properties.

About

Android News App - A sample apps in MVVM, Clean code to display news

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages