Movies GO is an Android app that lets users browse and track movies and TV shows using data from The Movie Database (TMDB). It displays movie details along with the streaming services they're available on.
- 🔍 Search movies and TV shows
- 🖼️ Display movie posters with rounded corners
- 📊 Retrieve data from TMDB API (JSON)
- 📱 Built using RecyclerView for smooth scrolling
- ⚡ Fast image loading using Picasso
- 🧩 Retrofit used for API requests
- 💡 Inspired by the IMDb app layout
- Language: Java
- IDE: Android Studio
- API: TMDB
- Libraries:
- Retrofit (for API handling)
- Picasso (image loading)
- RoundedImageView (modern UI)
- RecyclerView (UI component)