#2 Kotlin Retrofit Tutorial - Retrofit Singleton Class

preview_player
Показать описание
#KotlinRetrofitSimplifiedCoding

In this video series we will learn Retrofit using Kotlin Programming Language.

In this Kotlin Retrofit Series we will learn using Retrofit in Kotlin. We will learn
- Downloading the Source Code of the REST API created in the previous series.
- Configuring the Source Code with XAMPP Server
- Making HTTP Calls using Retrofit (With Kotlin Programming Language)

I hope you will enjoy this series.
For any confusion or question, just comment it below.

Meanwhile if you think this series will help you please SHARE it with your friends learning Android Development.

Tools Required Are
--------------------

And don't forget to follow us on
Рекомендации по теме
Комментарии
Автор

nice tutorial, why you used => base64.encodetostring and .tobyte arraay, when you can use api key as string directly as header in request builder?

haseeb
Автор

good and clear steps, thanks for the clean and clear video

pratikvyas
Автор

How can we add our "No Internet Connection" exception globally here?

anbuselvanrocky
Автор

Hi Simplified Coding, for this series tutorial, do you plan to integrate with rxjava2 ?

rooneyviet
Автор

In Android studio 'chain' is coloured red meaning there is an error. I don't know what to do.

jevonmcpherson
Автор

Hi bro, how to connect API thats a protected with SSL on shared hosting and how we configure our Retrofit 2 client?

mohalyshodiqin
Автор

Hi, can you help me with okhttp interceptor, i need to see logs in logcat, but dont understand why it doesnt work :(

Art-txci
Автор

I am having trouble running it. can you please provide how to get out of it.


RetrofitClient.instance.createUser(email, password, name, address) in mainactivity file.


it says unresolved reference for email, password etc. I am stuck in here for a while.


thanks in advance

anwarulhaq