0

I am trying to build a native android application where I don't intend to use WEbview for my frontend. I want to make API call to eWeLink (https://github.com/skydiver/ewelink-api) which is exposed for Javascript. How can I achieve this in android ?

2 Answers2

0

Solutions (from easiest to hardest IMO):

Monte Roden
  • 61
  • 2
  • 5
0

So i had the same issue, so wrote a java api if you still need it that interfaces with the ewelink platform

you can get it here if you want http://ewelink-api-java.co.zw/

user2168435
  • 732
  • 2
  • 10
  • 27