- PopMovies is an application that uses 's Api.
- Application consumes REST API using retrofit and displays images using Picasso.
- Retrofit will help to convert REST API into Java interface.
Current popular movie list is generated in RecyclerView (GridLayout), and detail of the movie is shown by clicking the movie.
- In detail page, I may use floatingActionbar as a way to link to the movie detail page
- Search options
- Adding more details (Ratings, release date, etcs.)