Using Background Threads in Mono For Android Applications(www.gregshackles.com)
submitted by
gshackles(156) 1 year ago
When writing applications one thing to always keep in mind is that you should never block the UI thread. This makes for a poor user experience, and on Android you get the dreaded Application Not Responding dialog if there’s no response to user input within a few seconds. Mono For Android exposes many different ways to do asynchronous operations to help avoid this problem. In this article I’ll go over some of the different options you can pick from.
|category: Mono
|Views: 23
tags:
Mono another
Everyones tags:
Your Tags: