I have a demo app that display a list of search results from my record. However I’d like to add a simulated progress bar/gif/message to be displayed on the screen for 2 seconds before returning the search result. Basically to emulate the processing time needed if it was searching through big data and doing it’s analytics. Is there a way to do this in Glide?
I don’t think there is. You could use the progress bar component but I can´t think of a way on animating it dynamically
Thanks Antonio. Wondering if there’s another way…is it possible to insert an image and have it display for 2 seconds and then it can automatically switch to the next action?
Nope, I don’t think you can do that right now.
Bummer. Anyway, thanks for the prompt responses. Just joined this community today and I’m really impressed with the support and help from this community!
I’ve thought the same thing. There’s no way of doing it now…Glide doesn’t have “pauses” or “waits” regarding visibility or triggers.