Jump to content
Paul12

Transparent overlay splash screens in Android

Recommended Posts

Hi, I wish to create a splash screen in android to show activity (preventing user input while processing)

A simple form with a Skia/lotte animation does the trick, though only .Show not .ShowModel works in Android but it covers the whole screen

It would be better if it appeared over the current activity form.

Any suggestions on how to do this ?

 

Share this post


Link to post

Hi

 

If you want to prevent the user activities for a waiting animation you simply have to put a Layout with contents alignement and HitTest=True. Instead of using a Form for your animation, use a TFrame or a simple image component.

 

Of course if the user is supposed to have a real keyboard, you must intercept onKeyDown events.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×