Hi everyone, I finished my app, but there is an imperfection that annoy me..
Before the app actually start there is a black/gray screen.
The problem is that in the main Activity_Create is veeeery simple, same for Starter Service
it is just:
Thanks in advance
Before the app actually start there is a black/gray screen.
The problem is that in the main Activity_Create is veeeery simple, same for Starter Service
it is just:
B4X:
Sub Activity_Create(FirstTime as Boolean)
Activity.Loadlayout("layout")
Sleep(1500)
If (File.ReadString(---,---) == "---") Then
StartActivity(Conf)
Else
StartActivity(Home)
End If
Activity.Finish
End Sub
Thanks in advance
Last edited: