I'm wondering if there is such framework or tool to define and declare controller in Android similar to IOS.
I don't want to have so many boilerplates for just defining a simple button or edittext controller using an xml and then create a handler for it inside code I want to use something similar following lines :
@controller
Button mybutton;
Is there any framework available for doing such in Android?(I googled it but I couldn't find any clue except for GreenDroid which is not I'm looking for)