I know that a very repetitive question sounds, however I still can not find what I'm looking for and I would like to ask here ...
My interest is to create a class "mother" or "manager" where I have all the functions and methods that I occupy for my app.
My interest is this:
-
Create a simple Java class and put all my methods
-
Inside this class initialize buttons, textviews, edittexts, (the views / widgets) of android
-
Send methods that contain these elements to other classes that are activity
My question is:
-
How can I do this?
-
Is it possible? How?