[Android.Runtime.Register("prepare", "()V", "")] public static voidPrepare ()
Remarks
Initialize the current thread as a looper.
This gives you a chance to create handlers that then reference
this looper, before actually starting the loop. Be sure to call
Looper.Loop after calling this method, and end it by calling
Looper.Quit.