This is a demo for two new objects I have been working on.
CircularImageView is (almost) similar to an ImageView, it is not yet a drop-in replacement. I need to figure out the different between the ImageView drawable and backgrounddrawable. B4A always uses the backgrounddrawable.
The ViewAnimator in this demo does not encapsulate all of the kinds of animations, but they are all in-place animations. It is incredibly simple to use with a one-line code to do the animation.
CircularImageView is (almost) similar to an ImageView, it is not yet a drop-in replacement. I need to figure out the different between the ImageView drawable and backgrounddrawable. B4A always uses the backgrounddrawable.
The ViewAnimator in this demo does not encapsulate all of the kinds of animations, but they are all in-place animations. It is incredibly simple to use with a one-line code to do the animation.