1 min readOct 27, 2016
--
Yeah, of course.
you can try something like this after load in Android:
//remove background
getCurrentActivity().getWindow().setBackgroundDrawableResource(0);
//recreate activity
getCurrentActivity().recreate();
--
Yeah, of course.
you can try something like this after load in Android:
//remove background
getCurrentActivity().getWindow().setBackgroundDrawableResource(0);
//recreate activity
getCurrentActivity().recreate();
Machine Learning and Computer Vision Researcher. Founder LearnML.Today