A sample android app using the BeepAPI Android SDK
Uses OkHttp Library from square. //(For gradle versions)
compile 'com.squareup.okhttp:okhttp:2.1.0'
Also you will need certain permissions in the android manifest
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
#Additional Information and Developer notes
Uses MVC Pattern. In controller you will see the BeepAPI Android SDK file which you can use in your own apps In model and ui is an example of usage with retrieving information from the BeepAPI and storing it in our model class. Furthermore we update the display with either the error or the data retrieved.
For questions or support please use the integrations ticketing system at : https://www.beepmarket.com/whmcs/submitticket.php?step=2&deptid=7
For the BeepAPI Official Documentation please visit: https://www.beepmarket.com/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=229