I don't see it here with an empty project. Make sure that your app doesn't do any heavy stuff in Application_Start. Building an index for SearchView is a good example of a slow operation.
sure but like I said it's just an empty project with a label.
B4X:
Private Sub Application_Start (Nav As NavigationController)
NavControl = Nav
Page1.Initialize("Page1")
NavControl.ShowPage(Page1)
Page1.RootPanel.LoadLayout("main")
End Sub