Gianni Sassanelli Active Member Licensed User Longtime User Dec 29, 2016 #1 Hi, i need to display an animated picture like gif or any other solution like progressbar or similar, during download operation. I don't know how do it and i need an help or suggestion please. thanks
Hi, i need to display an animated picture like gif or any other solution like progressbar or similar, during download operation. I don't know how do it and i need an help or suggestion please. thanks
ilan Expert Licensed User Longtime User Dec 29, 2016 #2 have you tried ProgressDialogShow("loading...") ? Upvote 0
Gianni Sassanelli Active Member Licensed User Longtime User Dec 31, 2016 #3 ilan said: have you tried ProgressDialogShow("loading...") ? Click to expand... Yes but i would want a graphic like the attached image Attachments rotate_2.png 2.9 KB · Views: 255 Upvote 0
ilan said: have you tried ProgressDialogShow("loading...") ? Click to expand... Yes but i would want a graphic like the attached image
ilan Expert Licensed User Longtime User Dec 31, 2016 #4 there are some libs here from @DonManfred or @NJDude and also others. try to use the search function it really works this is what i found: https://www.b4x.com/android/forum/p...ress+Dialog&prefix=1,2,3,17,24,29&product=b4a you can also just show an imageview and use a timer to animate your imageview. Upvote 0
there are some libs here from @DonManfred or @NJDude and also others. try to use the search function it really works this is what i found: https://www.b4x.com/android/forum/p...ress+Dialog&prefix=1,2,3,17,24,29&product=b4a you can also just show an imageview and use a timer to animate your imageview.