splashPanel.Initialize("splashPanel")
splashPanel.SetBackgroundImage(LoadBitmap(File.DirAssets,"introLogo.png"))
Activity.AddView(splashPanel, 0, 0, 100%x, 100%y)
'here must come routine for checking splashPanel_Click
'
activity.LoadLayout("main")
Sub splashPanel_Click
start=True
Log(start)
End Sub