Home > other >  Retrieving data from api - Android studio, Kotlin
Retrieving data from api - Android studio, Kotlin

Time:01-10

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.

CodePudding user response:

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

CodePudding user response:

You can use retrofit, I suggest you this article

  •  Tags:  
  • Related