dhdan97 / Daniel_H_Flicks

0 stars 0 forks source link

Flix

Flix is an app that allows users to browse movies from the The Movie Database API.

Flix Part 2

User Stories

REQUIRED (10pts)

BONUS

App Walkthough GIF


Notes

In the process of adding more infomation to details to the movie tapped on, in addition trying to show similar movies from the movie tapped on.

Open-source libraries used


Flix Part 1

User Stories

REQUIRED (10pts)

BONUS

App Walkthough GIF


Notes

I had a problem where I would encounter a JsonException trying to obtain the JsonArray "results", turns out I had instead tried to get the JsonArray "Results", which is different from "results"

Open-source libraries used