Showing results for Performance - Xamarin Blog

Aug 14, 2020
1
0

Profiling Xamarin.Android Startup

Jonathan Peppers
Jonathan Peppers

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
Jan 15, 2020
2
0

DevOps for Android App Bundles

James Montemagno
James Montemagno

Android App Bundle is a new app packaging format from Google for Android applications that dramatically reduces the install size for end users.

AndroidDevelopersXamarin Platform
Sep 4, 2019
18
0

Boost Performance with Compiled Bindings in Xamarin.Forms

James Montemagno
James Montemagno

See how compiled bindings for Xamarin.Forms XAML can help boost performance in your apps and also give immediate feedback when developing apps if you have a typo in your bindings.

Xamarin.FormsDevelopers
Aug 20, 2019
1
0

Join the Xamarin Android Performance and App Size Challenge

Jon Douglas
Jon Douglas

The Xamarin.Android team has worked hard to delivery amazing features that every Xamarin developer should be using. Now through the end of August, we challenge YOU to give them a try and get rewarded with some awesome Xamarin swag!

AndroidDevelopersXamarin.Forms
Aug 7, 2019
7
0

Optimize your Xamarin.Android Builds

Jonathan Peppers
Jonathan Peppers

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

Jonathan Peppers
Jonathan Peppers

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

Jonathan Peppers
Jonathan Peppers

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

Jonathan Peppers
Jonathan Peppers

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
Nov 21, 2018
0
0

Android Build Performance and Reliability

Jon Douglas
Jon Douglas

As a Xamarin developer working on Android apps, you may be well-aware of two issues that slow down your everyday development build times and the correctness of the build. If you aren't sure what the latter is, think back to the last time you had to manually remove your bin/obj folders within your project in order to fix a failure.

DevelopersAndroid