I am using Android Studio with Kotlin language. I have created my front end. I have the DB linked in this app but my API is done in a different App.
I am battling to figure out how to put my API into my App and have them communicate. How would I incorporate the API so that my App uses the API to check, validate, read and write data into the database?
The API was created using .js
and .json
files.
Any assistance will be greatly appreciated. Thank you