JSON Parsing with Retrofit in Kotlin || Picasso Image Loading || 2020

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024
  • In this video, we are gonna learn a simple tutorial of #JSONParsing with #Retrofit and fetches Images from JSON with #Picasso library in KOTLIN.
    #Dependencies...
    implementation 'com.google.code.gson:gson:2.8.4'
    implementation 'com.squareup.retrofit2:retrofit:2.3.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.8.0'
    implementation 'com.squareup.picasso:picasso:2.71828'
    #Reference code bit.ly/2QBZQ28
    If you like my video, please hit the subscribe button.
    Also, let me know on which android topic you want videos?

Комментарии • 2

  • @nadym891
    @nadym891 3 года назад

    Thank you for the video.
    Dependency for RecyclerView should also be added. (it was added in build.gradle in the video)

  • @lilly3759
    @lilly3759 3 года назад

    Thanks for the video!
    What pattern is it?