Friday, 11 January 2019

Xamarin.Android Startup Sequence

This video was a part of a course that was never released. It contains a deeper dive into Xamarin.Android and what happens when it starts up on you device.



It assumes you have a basic understanding of Xamarin and Android already, and goes through what happens when Android starts your app, up until the MainActivity.

It goes through:
  1. APK
  2. Android Callable Wrappers
  3. Mono/Android Architecture
  4. Compilation and Install
  5. Startup Sequence
  6. Lifecycle



No comments:

Post a Comment

Complete Guide: Building a Live Cricket Streaming App for 100M Users

Comprehensive guide to building a scalable live cricket streaming platform for 100M users, covering backend infrastructure, streaming techno...