Skip to content

patridge/demos-xamarin.ios-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the final code produced from the talk for attendee reference, not any sort of step-by-step tutorial. That said, I will put down some rough notes of how we got to these results.

Slides

##Demo 1: UI Creation and Debugging code

Steps followed to get here:

  1. Create new project, explained all the project files and what they do.
  2. Initial creation of UI element and outlet in Xcode.
  3. Tie in to outlet's event in Xamarin Studio.
  4. Demo functionality.
  5. Creation of UI element (and shift of existing) using C# in Xamarin Studio.
  6. Tie in to created element event in Xamarin Studio.
  7. Demo functionality.

##Demo 2: Component Store: SQLite.NET and Google Maps[, and Progress HUD]

  1. Start from pre-created demo.
  2. Walked through Google Maps integration. (Note: To get this to work, you will need your own Google Maps API key in AppDelegate.cs)
  3. Walked through SQLite DB creation and initial import.
  4. Demo functionality.
  5. [Audience question about progress dialog.]
  6. Added Progress HUD component and wrote out sample code.
  7. Demo functionality.

About

Demo Code from Xamarin.iOS with Xamarin Studio talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages