- This project displays the list of movies & details on the click of any movie.
- Android Studio
- Latest Android SDK
- Kotlin
- Android Jetpack
- Internet Connection Check
None
- As a user, I want to see a list of movies so that I can browse through different movies.
- Tasks:
- It should be a horizontal list.
- Each item should display an image of the movie.
- Each item should have rounded corners.
- As a user, I want to be able to see the details of a movie so that I will know more about the movie.
- Tasks:
- It should show the poster of the movie.
- It should show the title of the movie.
- It should show the summary of the movie.
- It should show the release date of the movie.
- Retrofit - to handle our network related features
- Gson - parsing JSON objects from TMDb API
- Recycler View - display list items
- Card View - custom row of any list
- Glide - image loading library
Name: Charul Mathur
Email: charul.mathur04@gmail.com

