Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.2 KB

Favourite Movie

q

Movies app shows list of movies from API and user can open movie item to display more details about movie, if there is no internet connection the activity display cached movies using Room database.

App Main Features:

1- Splash Screen :

splashScreen

2- Home Screen :

Home screen shows list of movies from API and user can open movie item to display more details about movie, if there is no internet connection the activity display cached movies using Room database, also user can refresh by swipe down to check internet connection and each time new movies are displayed,the database is updated with new movies instead old movies.

homeScreen

2- Movie Screen :

When movie item is clicked, user can see more details about clicked movie .

itemScreen