Posts by this author

Aug 14, 2020
1
0

Profiling Xamarin.Android Startup

Measure, optimize, and fine-tune the performance of your Android apps build with Xamarin and Xamarin.Forms with these tips and tricks using great tools.

DevelopersXamarinAndroid
Aug 7, 2019
7
0

Optimize your Xamarin.Android Builds

When debugging, your project has a single, simple goal: build fast. In day-to-day development, we want you writing code with the bulk of your time, not waiting for builds. Learn more about how to optimize build times!

AndroidDevelopersXamarin Platform
Jun 24, 2019
5
0

Faster Xamarin.Android Builds & Smaller Dex Files

One of our current focus areas in Xamarin.Android is build performance and reducing the multidex count. Developer productivity is directly impacted by the "inner dev loop": the time it takes to make a small code change and see the result on a device or emulator. Performance is a feature!

DevelopersXamarin.FormsXamarin Platform
Mar 28, 2019
2
0

GlideX For Fast Images on Android

Unlock the power of Glide with “GlideX”: a simple library to swap-in Glide’s image loading implementation in-place of what Xamarin.Forms ships in the box.

DevelopersAndroid
Jan 28, 2019
0
0

Android’s D8 dexer and R8 shrinker

Learn more about Xamarin.Android’s D8 and R8 integration and deep dive on how R8 is being developed for Xamarin.Android and D8 as the next-generation DEX compiler to speed up and shrink Android apps.

Android