Skip to content

garudaslap/xamarinquiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Xamarin Quiz

Hello ! This is a sample app that was used for Xamarin Dev Days in Buenos Aires.

Since it was for a demo, please follow this steps to get it working:

  1. Go to your Azure Portal (portal.azure.com), and create two easy tables:
  • XamarinQuiz (Question(text),CorrectAnswer(number),Answer1(text),Answer2(text),Answer3(text))
  • UserScore (Id,Username,Score)
  1. Go to App.xaml.cs and change the sample azure website url to your website url:

_mobileServiceClient = new MobileServiceClient("--your azure website url--");

Ready to test !!!

About

It is a Xamarin Forms Quiz Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages