Movie Flicks app shows the latest movies currently playing in theaters. The app utilizes the Movie Database API to display images and basic information about these movies to the user.
To build an app to help users discover popular and recent movies. Build a clean UI, sync to a server, and present information to the user.
Please add The_Movie_DB_API key in the 'NetworkUtils.java' file.
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
- Picasso - Image loading and caching library for Android