This app displays a list of movies using a RecyclerView and Adapter for efficient scrolling and layout. When the user clicks on a movie, the app opens its IMDb page using an implicit intent.
Key features:
- RecyclerView & Adapter for dynamic lists.
- Implicit Intents to open external IMDb links.
- Exit dialog to confirm before closing the app.
This project was a great practice in RecyclerView implementation, intents, and user experience design in Android.