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.
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You can checkout Retrofit it is an android library used for networking / api calls. There are multiple tutorials available for this.
You can use retrofit, I suggest you this article