animate

  1. P

    B4A Library AnimateProgressBar - Standard Progress Bars are Animated Now

    Hi This library animates standard progress bars. It doesn't add any view Animation is smoother on a real device. this is a gif. Example: Sub Globals Private ProgressBar1 As ProgressBar Private RndPb As Button Dim apb As AnimateProgressBar End Sub Sub Activity_Create(FirstTime...
  2. Scotter

    Android Question Wanting to move bitmap along spiral path

    So I've learned how to make a bunch of bitmaps fly out of the center of the screen using the SetLayoutAnimated method and a timer. What I'd like to do next is move a bitmap along a spiral path starting from the center of the screen. Any ideas on how to accomplish this without using thousands of...
Top