So when I open a splash screen activity, is there a way how to run other main activity beneath that do some changing of orientation and measuring until it finds out some values related to device screen dimensions and subsequently hide splash screen after everything is done ?
Asked
Active
Viewed 32 times
0
-
Don't use a splash activity. Use the app's theme instead like [this](https://stackoverflow.com/a/15832037) – jL4 Aug 10 '19 at 02:52
-
@jL4 But I want to change activity screen orientation and then change it back for some display calculations but I want to hide it from user... – Renetik Aug 10 '19 at 03:01
-
Post your implementation so far, in other to avoid generic answers. – Giddy Naya Aug 10 '19 at 03:16
1 Answers
0
It's obvious now after a week of research that its not possible. Android is made that way. You cannot hide activity while continue running layout there.

Renetik
- 5,887
- 1
- 47
- 66