Skip to content

Instantly share code, notes, and snippets.

@paulpatarinski
Last active August 29, 2015 14:07
Show Gist options
  • Save paulpatarinski/69a305ec249fa7619d8a to your computer and use it in GitHub Desktop.
Save paulpatarinski/69a305ec249fa7619d8a to your computer and use it in GitHub Desktop.
Xamarin Evolve Questions
  1. How to do error handling? Is there a global error handling event?
  • You can use the MessagingCenter
  1. Styling? Is there a way to apply global styles, templating?
  1. How to create a slide up/down effect for a footer? (Similar to Google Maps)
  1. Images Render differently depending on FromFile vs FromResource?
  2. Support for SVG?
  1. How to create a performant listview?
  • If you use images make sure you use fixed sizes
  • If you are using the same image, make a
  1. Listview support for Incremental Loading and pull to refresh?
  • ItemAppearing and Disappearing,
  1. Is there a better way to control the Z-Index?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment