I want to use 1 view instance in multiple activities. (Ignore the reason please) I am curious about the advantages and disadvantages of the following choices:
MutableContextWrapperfor the Custom View (for example:RelativeLayout) and switchingcontextto anotheractivitywhen that is shown. So, moving view fromactivitytoactivity.- Using
fragments.