Skip to content

marianosz/azure-mobile-apps-android-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Azure Mobile Apps: Android Client SDK

With Microsoft Azure Mobile Apps you can add a scalable backend to your connected client applications in minutes. To learn more, visit our Developer Center.

Getting Started

If you are new to Mobile Services, you can get started by following our tutorials for connecting your Mobile Services cloud backend to Android apps.

Download Source Code

To get the source code of our SDKs and samples via git just type:

git clone https://github.com/Azure/azure-mobile-apps-android-client.git
cd ./azure-mobile-apps-android-client/

Reference Documentation

Android SDK

Microsoft Azure Mobile Services can be used with an Android-based device using our Android SDK. You can get the Android SDK in one of the following two ways or you can download the source code using the instructions above.

  1. For an Android studio project, add the line compile 'com.microsoft.azure:azure-mobile-android:{version}' to the app’s Gradle.build file with your desired SDK version plugged in (you can find the latest versions here):
  2. Eclipse users can download the Android SDK directly or can download the source code using the instructions above.

Prerequisites

The SDK requires Android Studio.

Building and Referencing the SDK

  1. Open the folder \azure-mobile-apps-android-client\sdk using the option Open an existing Android Studio Project in Android Studio.
  2. Project should be built automatically, In case it does not build, Right click on sdk folder and select Make Module 'sdk'.
  3. The file sdk-release.aar should be present at \azure-mobile-apps-android-client\sdk\src\sdk\build\outputs\aar.
  4. Rename the file sdk-release.aar to sdk-release.zip.
  5. Extract the zip file, classes.jar should be present in the root folder.

Running the Tests

The SDK has a suite of unit tests that you can easily run.

  1. Open the folder \azure-mobile-apps-android-client\sdk using the option Open an existing Android Studio Project in Android Studio.
  2. Project should be built automatically, In case it does not build, Right click on sdk folder and select Make Module 'sdk.testapp'.
  3. Expand sdk.testapp and sub folder java.
  4. Right click on com.microsoft.windowsazure.mobileservices.sdk.testapp, Select Run, Select Tests in com.microsoft.windowsazure.mobileservices.sdk.testapp (with Android tests icon).

Useful Resources

Contribute Code or Provide Feedback

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines. If you encounter any bugs with the library please file an issue in the Issues section of the project.

About

Android Client SDK for Azure Mobile Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.7%
  • Java 31.0%
  • CSS 0.3%
  • Batchfile 0.0%
  • JavaScript 0.0%
  • PowerShell 0.0%