/movie-list-retrofit

A project where we get data from the JSON API through Retrofit and list this data with RecyclerView.

Primary LanguageKotlin

Movie List - Retrofit

A project where we get data from the JSON API through Retrofit and list this data with RecyclerView.

Uses Permission

    <uses-permission android:name="android.permission.INTERNET" />

Dependencies

    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.9.0'

    implementation 'com.squareup.picasso:picasso:2.8'

Project Features

  • Retrofit
  • JSON API
  • RecyclerView
  • Picasso
  • View Binding

Screens