Flix is an app that allows users to browse movies from the The Movie Database API.
📝 NOTE - PASTE PART 2 SNIPPET HERE:
Paste the README template for part 2 of this assignment here at the top. This will show a history of your development process, which users stories you completed and how your app looked and functioned at each step.
TODO://
Add the URL to your animated app walkthough gif
in the image tag below, YOUR_GIF_URL_HERE
. Make sure the gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after after adding gif)
Describe any challenges encountered while building the app. I had trouble adding the YouTubeAndroidPlayerAPI as a library. I had to unzip the file before being able to do it.
[x] (2pts) Views should be responsive for both landscape/portrait mode.
[ ] (2pts) Display a nice default placeholder graphic for each image during loading
[ ] (2pts) Improved the user interface by experimenting with styling and coloring.
[ ] (2pts) For popular movies (i.e. a movie voted for more than 5 stars), the full backdrop image is displayed. Otherwise, a poster image, the movie title, and overview is listed. Use Heterogenous RecyclerViews and use different ViewHolder layout files for popular movies and less popular ones.
Describe any challenges encountered while building the app. When testing the code to make sure that the images and text descriptions were appearing, nothing was appearing on my emulator. I tried to fix it for a few hours and then I contacted a tech fellow on slack who was able to help. It turned out that the adapter and models folders were in the wrong repos and that I needed to restart the app to clear the cache. After that I was able to run the app properly.
📝 NOTE
Paste this template at the top of your existing README.md
file from part 1 of this assignment. (🚫 Remove this paragraph after after checking off completed user stories)