-3

Can we use loopback rest api for android development below android api 18 ?
Is there any support framework for that ?

theblang
  • 10,215
  • 9
  • 69
  • 120

1 Answers1

0

The api to use has nothing to do with the SDK version. It's basically a bunch of URLs you call, and responses you get. So nothing to do with which version of android api you are using :)