Timer, on screen

I'm not sure if you can use a timer, but you can use the Notifier's call ShowProgressDialog method to show the user that the app's loading. Once it finishes loading, you can use the call DismissProgressDialog, which will dismiss the Notifier message.