I almost finished my RESTful API. I created the API with PHP and using SLIM Framework.
And for the last step, I should consume the RESTful API that I've created before on Android application.
I've some question to ask.
- Is it possible to use the RESTful API that I made with SLIM and PHP in Android Application ?
- If the answer is 'YES', is there a framework or library can be used ?
Thanks before :)
You might want to take one of:
(Take a look at the original answer where I took most of the list from)