Android Question Wait

sultan87

Active Member
Licensed User
Longtime User
Hello,
I in an application performs a number of action that does not require user intervention. I want to set up a sign that shows him to expect, such as under Windows, a circle that rotates.
have you ideas?
best regards
 

Gary Milne

Active Member
Licensed User
Longtime User
Upvote 0

inakigarm

Well-Known Member
Licensed User
Longtime User
You can add a Panel with Transparent Background that cover whole activity and:
1. Add one of the great wrappers of progress circle in this forum (@DonManfred https://www.b4x.com/android/forum/threads/donmanfreds-overview.54618/, etc..)
2. Add a GIF image onto it (I know, maybe not best solution)
3. Maybe a imageview with circle image rotating (@Informatix NineOldAndroid, Animations Plus,etc...)

When operations finish, hide the panel.

P.D:
Don't know if solution 1 runs on another thread than UI thread
 
Upvote 0

sultan87

Active Member
Licensed User
Longtime User
hello,
thank's
https://www.b4x.com/android/forum/threads/donmanfreds-overview.54618/, etc..)
it's good
best regards
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…