Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Rest Service Engine [closed]

Tags:

android

Is there any kind of rest engine service.

In general having REST web service and android app that will fetch from it and make some data processing and have it displayed is something that fits to common pattern.

It would be natural to have service that could be queried over content provider or similar and retrieve data. Service would have some kind of definitions of data that it will fetch.

Anyone knows of something like that?

like image 423
user505160 Avatar asked Jul 26 '26 16:07

user505160


1 Answers

No, there is no REST API in Android, you can implement your own as it support Apache HTTP Client and JavaSE HttpURLConnection.

like image 145
Dan S Avatar answered Jul 28 '26 06:07

Dan S



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!