Skip to content

josepylee/android-retrofit-tutorial

 
 

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.

About

Example Android REST client using Retrofit and RecyclerView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%