Niko_Niko
Niko_Niko

Reputation: 33

Retrieving data from api - Android studio, Kotlin

I'm new at kotlin and Android studio in general. I want to create an application in which the user will enter certain data and according to this data, the result from api will be retrieved, which best corresponds to the entered data. Can anyone give me advice on where to start or suggest some tutorial?So far I have done the design and created certain xml files.

Upvotes: 0

Views: 3774

Answers (2)

Yves Kalume
Yves Kalume

Reputation: 121

You can use retrofit, I suggest you this article

Upvotes: 2

Taranmeet Singh
Taranmeet Singh

Reputation: 1239

You can checkout Retrofit it is an android library used for networking / api calls. There are multiple tutorials available for this.

Upvotes: 5

Related Questions