Android methodology is pretty MVC.
Start by getting good results, and then look at empowerment on your own.
Views are connected to the controller through the user interface thread, which is the main thread of the application. You can define callbacks, etc. In XML and handle all button clicks, etc. In this thread, just using the android xml methodology.
XML View, UI Thread the Controller Background Threads/Services/Broadcast Receivers .., .