Search

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, August 21, 2019

Faster Startup Times With Startup Tracing On Android

Startup Tracing can be used with Visual Studio 2019 Version 16.2 or Visual Studio for Mac 2019 Version 8.2. 
You can get started with Startup Tracing by editing your Android project’s .csproj file and adding the following property inside your Release <PropertyGroup>:
This can also be in the Android Options in your project settings starting with Visual Studio 2019 16.3 Preview 2:Enable startup tracing with a line of code.
For more documentation on Startup Tracing, see our release notes on this topic. 

Faster Startup Times With Startup Tracing On Android



Android Performance and App Size Challenge

  1. Choose one of your existing apps to enable these features with.
  2. Create a new issue in this GitHub Repository and follow the instructions.
  3. Enable the various features, log your before and after results, then submit your issue!
  4. Bonus Points: Post your results on Twitter with the hashtag #XamarinChallenge.