Most of us can relate to kicking back on the couch and enjoying a movie with friends and family. In this project, you’ll build an app to allow users to discover the most popular movies playing.
This app uses the API from themoviedb.org
Define key in build.gradle
Find a file named gradle.properties
in .gradle
folder in your home directory.
Add PopularMoviesApp_ApiKey = "YOUR-API-KEY"
to that file.
Reference: Hiding API keys from your Android repository
To become an Android developer, you must know how to bring particular mobile experiences to life. Specifically, you need to know how to build clean and compelling user interfaces (UIs), fetch data from network services, and optimize the experience for various mobile devices. You will hone these fundamental skills in this project.
By building this app, you will demonstrate your understanding of the foundational elements of programming for Android. Your app will communicate with the Internet and provide a responsive and delightful user experience.
- Fetch data from the Internet with theMovieDB API
- Use adapters and custom list layouts to populate list views
- Incorporate libraries to simplify the amount of code you need to write
- Build a fully featured application that looks and feels natural on the latest Android operating system.
Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY
- Android Architecture Components
- Android Data Binding
- Retrofit for REST api communication
- Picasso for image loading
Here is the link to view a video demonstrating the app: https://youtu.be/1eFfdmHGKMw
Popular Movies app gives you information about movies from the TMDb. See what movies are the most popular and high rated. You can also discover Now Playing or Upcoming movies. Popular Movies app will help you decide what to watch.👍
- Added search features so that you can search for movies by keyword
- Integrated Firebase Analytics, Crashlytics, Firebase AdMob
- Created a launcher icon using Adobe Photoshop
Popular Movies uses the TMDb API but is not endorsed or certified by TMDb.
I learned how to link my app to Google AdMob, design an app icon, how to reply on the feedback on improvements, and use the Google Play Console to manage my app. If you like my Popular Movies app, you can download it on Google Play. Download Link. If you have any suggestions or issues, please write to me at pinkbee.dev@gmail.com. Thanks.
Apache, see the LICENSE file.