Turing Interview Question

How can you make a Xamarin application more performant.

Interview Answer

Anonymous

Aug 18, 2021

Basically I mentioned what is already well known about this, you need to use the linker, delay loading of any data/binary/images as long as possible, try to reduce application by removing any code that might not be needed, specially during application loading.