I am displaying 4 imageviews with:
I have a variable "IsPlugged" that I set from PhoneEvents.
How can I repeat the above while "IsPlugged = True"
B4X:
imgCharge1.SetVisibleAnimated(3000, True)
imgCharge2.SetVisibleAnimated(5000, True)
imgCharge3.SetVisibleAnimated(5000, True)
imgCharge4.SetVisibleAnimated(5000, True)
How can I repeat the above while "IsPlugged = True"