TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Retrofit
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mushtaq M A (4)
Uday Dodiya (2)
Abubackkar Shithik (1)
Gaurav Kumar (1)
Related resources for Retrofit
No resource found
Call POST API In Android Using Retrofit
11/23/2022 6:59:07 AM.
In this article, we learn how to make a Post API request on Android using Retrofit.
Call GET API in Android Using Retrofit
11/22/2022 6:58:24 AM.
In this article, we learn how to make a Get API request on Android using Retrofit.
How To Use Retrofit 2 With Android Using Kotlin
6/10/2020 11:37:20 PM.
In this article, we will learn how to use Retrofit 2 with Kotlin Android to build an application.
How To Load The Data To Recyclerview And Search The Data In Kotlin Android - Part One
4/13/2020 9:23:03 AM.
In this article, you will learn how to load the data to recyclerview and search the data in kotlin android.
Upload Files To Server Using Retrofit 2 In Android
2/19/2020 3:17:56 AM.
In this article, we will learn how to upload any file to an online server using Retrofit 2 in Android.
Upload Multiple Files To Server Using Retrofit 2 In Android
2/19/2020 3:12:55 AM.
This article is a continuity of the article “Upload file to server using Retrofit 2 in Android”, where we have learned how to upload file to server. In this article, we will learn how to upload many f
How To Create Weather App Using Retrofit 2 In Android
2/19/2020 2:59:54 AM.
In this article, we will learn How to create our own weather app using Retrofit 2. There are a lot of providers available to provide weather data. In this tutorial we will use the famous provider “Ope
Retrofit Calls With RxJava In Android
2/16/2020 11:40:01 PM.
This article tells about the methods of making API Calls using Retrofit and RxJava in Android application. We can make multiple Retrofit calls with RxJava.