Sorry for my bad english.
I have several Activityin my application, I need to centralize the resolution of the application at runtime.
Do I need to use BaseActivity?
If yes, please suggest me how to handle it in case of large quantities Activityin the application.
If not, suggest a better approach to handling it.
I want to reduce code redundancy. It is not interesting to write the same code over and over again with each Activity.
I am looking for a negative scenario where a user has refused permission, and I have to show rationality, instead of continuing to ask for permission. and based on this I have to provide a message or I need to update the interface
source
share