Skip to content

Instantly share code, notes, and snippets.

View jamesmblair's full-sized avatar

James Blair jamesmblair

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jamesmblair on github.
  • I am jamesblair (https://keybase.io/jamesblair) on keybase.
  • I have a public key ASB0cbkSpYeMtaegqw-ETbhXEtv82wHROIPu0o7Efw0seAo

To claim this, I am signing this object:

* Reducing executable size:
http://developer.xamarin.com/guides/cross-platform/deployment,_testing,_and_metrics/memory_perf_best_practices/#Reducing_Executable_Size
* Use the linker (iOS [1], Android [2]) to remove unnecessary code from your assemblies
[1] https://developer.xamarin.com/guides/ios/advanced_topics/linker
[2] https://developer.xamarin.com/guides/android/advanced_topics/linking
* Reference third-party libraries judiciously
* Applying constraints to generics may reduce app size, since less code would need to be included (haven’t verified this)