Skip to content

Sanakhatun/KotlinWithRetrofit

Repository files navigation

KotlinWithRetrofit

RecyclerView, Retrofit & Glide with Kotlin

In this Kotlin Tutorial, I have covered various topics such as Material Design, Integration of third party libraries such as: Retrofit, Gson Glide and RecyclerView. In this app, data has been fetched and parse using Retrofit library and image was loaded using Glide library where user is able to use pinch-to-zoom gesture with image. Using RecyclerView, listItems are added and removed from the displayed list.

Retrieveing data from Retrofit

Loading

Add Item to the RecyclerView

UserScreen Capture+_2020-02-15-20-30-41 AddItem

Detailed screen of Selected Item

Capture+_2020-02-15-20-31-09

Delete Item from RecyclerView

Capture+_2020-02-15-20-31-17