Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

xamarin/azure-mobile-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Azure Mobile Services

With Windows Azure Mobile Services 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 Windows Store apps and iOS apps.

Download Source Code

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

git clone https://github.com/xamarin/azure-mobile-services.git
cd azure-mobile-services
git submodule init
git submodule update

Xamarin and Azure: Xamarin.iOS and Xamarin.Android Client SDK

Our client SDK makes it incredibly easy to use Mobile Services from your Xamarin.iOS and Xamarin.Android applications. You can download the source code using the instructions above and then you will find the SDKs under /azure-mobile-services/sdk/xamarin/ios and /azure-mobile-services/sdk/xamarin/android.

Prerequisities

The SDK requires Xamarin.iOS or Xamarin.Android.

Running the Tests

The Xamarin.iOS SDK has a suite of unit tests.

  1. Open the /azure-mobile-services/sdk/ios/Microsoft.Azure.Zumo.iOS.sln solution file.
  2. Right click on the ZumoTests project in the solution explorer and select Set as StartUp Project.
  3. Start the application
  4. A Xamarin.iOS application will appear, press Run Everything

Sample Application: Todo

Todo is a simple todo list application that demonstrates some features of Windows Azure Mobile Services. You can find todo under /azure-mobile-services/samples/todo.

Need Help?

Be sure to check out the Mobile Services Developer Forum if you are having trouble. The Mobile Services product team actively monitors the forum and will be more than happy to assist you.

Contribute Code or Provide Feedback

If you would like to become an active contributor to this project please follow the instructions provided in Windows Azure Projects Contribution Guidelines.

If you encounter any bugs with the library please file an issue in the Issues section of the project.

Learn More

Windows Azure Mobile Services Developer Center

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 73.5%
  • Objective-C 26.3%
  • Other 0.2%