skip to Main Content

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.

2

Answers


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

    Login or Signup to reply.
  2. You can use retrofit, I suggest you this article

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search