Crackle is an Android app that shows the user a list of popular and top rated movies. The app is developed under the Udacity Android Developer Nanodegree.
-
Open the project on your system
-
Create
gradle.properties
file under the main project folder with the below properties:
org.gradle.jvmargs=-Xmx2048m
TMDB_API_KEY=<YOUR_API_KEY>
- Run the project
Movies list
Movie Details
Cast & Reviews
Empty state illustrations
Workflow of the app
App logo - Freepik
Implementing Pagination in RecyclerView
CoordinatorLayout with CollapsibleToolbar + TabLayout with ViewPager