CST438 group 6:
Our application uses the open movie API in order to present the user with a user-friendly way to get reccomendations for movies. The application takes in basic title information from the user then displays that movie to the user.
Open Movie API uses some basic information about the movie then returns aspects of the movie like genere, a plot summary, ratings, awards, release date, movie poster, etc.
Username: testuser1, Password: testuser1
Username: testuser2, Password: testuser2
- Links to any resources you have found useful
- Tutorials on Recycler views: https://www.youtube.com/watch?v=Nw9JF55LDzE
- Guide to using Room
- Retrofit MVVM Guide: https://learntodroid.com/consuming-a-rest-api-using-retrofit2-with-the-mvvm-pattern-in-android/
- Android development for the forgetful