build an android application

Hello

I want to create an Android Application using AirVantage APIs : Authenticate to the AirVantage, send and receive data.
I tried to use the scribe library for OAuth authentication such the example on java found on github :https://github.com/AirVantage/airvantage-api-java but it doesn’t work.
Any one have an idea about how to access the AirVantage APIs from Android Application ?

thank you in advance.

Hello,

I created a template of Android application connected to AirVantage. The source code is available here: github.com/dsciamma/airvantage-android-template. It implements the OAuth flow to be logged in AirVantage and call the API to get details about the current user.

I hope it will help you to achieve wht you want. Don’t hesitate to post more questions here.

David