Android Question Black Activity in first start app

Blue.Sky

Active Member
Licensed User
Longtime User
Hi
I've accuracy in all app that made via b4a,
In first running app,for 1 second or low,show black page and then show main activity
How i can prevent black page in my app?
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
In the main layout (I guess you are using one), have you tried to put "Animation duration" to 0 instead of 400 ms ?
Or perhaps do you put the views by code and make some computation ?
 
Upvote 0

Blue.Sky

Active Member
Licensed User
Longtime User
Hello,
In the main layout (I guess you are using one), have you tried to put "Animation duration" to 0 instead of 400 ms ?
Or perhaps do you put the views by code and make some computation ?
No,i disable animation and not use layout,i start other activity in main activity
 
Upvote 0
Top