Skip to content

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

Notifications You must be signed in to change notification settings

yurtseven/movie-list-retrofit

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages