josepylee/android-retrofit-tutorial
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SWE264P - Lab3: Android REST Client Joseph Lee ____ This project requires Android Studio to run. # First open the project in Android Studio. # Then, in the MainActivity.java, replace the API key with your API key obtained from https://developers.themoviedb.org/. # Then, configure the device, or a virtual emulator device, to launch. For example, following setup was used. * Deivce: Pixel 5 phone in Portrait mode. * API: Release R, API level 30, Android 11.0. # Launch the application. # In the MainActivity window, click on Movie List. # MovieListAcivity connects to moviedb webservice and queries 20 top-rated movies, and lists them in the RecyclerView.