Initialize the current thread as a looper, marking it as an
application's main looper.
Syntax
[Android.Runtime.Register("prepareMainLooper", "()V", "")] public static voidPrepareMainLooper ()
Remarks
Initialize the current thread as a looper, marking it as an
application's main looper. The main looper for your application
is created by the Android environment, so you should never need
to call this function yourself. See also: Looper.Prepare