Android Question B4A Animation Loading

ronovar

Active Member
Licensed User
Longtime User
Hi, i would like to make loading bar with percentage and kb received info exactly like in this demo:

http://widgets.better2web.com/loader/

If is possible how to do in B4A?

Or another example is android ice cream sandwitch when device boot up it fills ice cream sandwitch with water and displays percentage...i would like to make this but if some one knows please give demo code.

Thanks.

P.S. I have application that reads from server json format and download images to android device (temp folder) so i need this to make it to look nice and to be functonal.
 

walterf25

Expert
Licensed User
Longtime User
You could probably use this library, replace the Text inside the circle with your percentage, and update it inside a timer or something similar.

https://www.b4x.com/android/forum/threads/progresswheel-v0-22.50065/

Hope this helps you get going.
Walter
 
Upvote 0

ronovar

Active Member
Licensed User
Longtime User
Thanks i will try and post some results...i see that i need research...i was thinking first load png images and with timer change png on android device...but probabbly it will slow down android device
 
Upvote 0

walterf25

Expert
Licensed User
Longtime User
Thanks i will try and post some results...i see that i need research...i was thinking first load png images and with timer change png on android device...but probabbly it will slow down android device
You will be better off using the library i gave you the link to, it will make this way easier.
Walter
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…