About the project - devrath/DroidKotlinCleanArchitecture GitHub Wiki
How the project is running
This project is a two-screen application.
We will assume that the user is always logged in and in a real-world case we can add a check to decide whether the user is logged in and based on this we can show a login screen or a movies list.
We have an API hosted in the git-hub that gives JSON response.
we parse the data and show the data in the recycler view.