I have a splash screen image in onCreate (MainActivity).
I want the image to remain until the second activity (URL-Browser) finishes loading.
Is there some way to pre-execute it and load after few seconds.
All the examples i see have a splash screen running for few seconds and then start the second activity but not preexecute.
How do I do that?
setVisibility(View.GONE);in a callback function. - Nagy Vilmos