Hi,
I know inheritance is not supported (yet?).
I have some activities and I'd like to give all of them the same look&fell and share some controls (like a navigatordrawer).
So, using inheritance, I would define the navigatordrawer on the base class and inherit it form the children. But since this is not supported I'm wondering: which would be the best approach to have the same "suff" in all my activities wihouth having to touch the code of all of them if I need to make some change?
Regards!
I know inheritance is not supported (yet?).
I have some activities and I'd like to give all of them the same look&fell and share some controls (like a navigatordrawer).
So, using inheritance, I would define the navigatordrawer on the base class and inherit it form the children. But since this is not supported I'm wondering: which would be the best approach to have the same "suff" in all my activities wihouth having to touch the code of all of them if I need to make some change?
Regards!