How to recreate the android activity without user notice
In Android development, we come across a situation where we have to refresh the activity without reopening it so that changes reflect like switch to night mode or day mode, change of locals means app language, applying theme etc. In those situation, Android provide a way to recreate the android activity without user can notice …
How to recreate the android activity without user notice Read More »