michael__sloan
michael__sloan

Reputation: 425

Getting started with Xamarin.Android and Window Azue Storage

I want to create a mobile app using Xamarin.Android that will allow users to add their names and email addresses to a list of athletes willing to meet-up for a game of golf, tennis, etc. The app will contain a page for users to enter their name and email address and another page for displaying the list of users. I want to store the users' names and email addresses in a table using Windows Azure but I can't find a package that works with Mono.Android.

Can anyone suggest the best approach for me? A guide or example would be helpful too.

Upvotes: 0

Views: 43

Answers (1)

Adrian Hall
Adrian Hall

Reputation: 8035

Have you looked at Azure Mobile Apps - tutorial here: https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-xamarin-android-get-started/

Upvotes: 1

Related Questions