How can you make a Xamarin application more performant.
Anonymous
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.
Check out your Company Bowl for anonymous work chats.