Share My Creation Demo: CircularImageView and ViewAnimator

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.
 

Attachments

  • Demo.apk
    169.5 KB · Views: 572
  • Screenshot_2014-07-26-13-54-13.png
    Screenshot_2014-07-26-13-54-13.png
    109.8 KB · Views: 4,148

susu

Well-Known Member
Licensed User
Longtime User
ViewAnimator is really fantastic! Do you plan to share it? Thanks!
 

bluedude

Well-Known Member
Licensed User
Longtime User
Awesome stuff, would like to see a sample project for the Circular Imageview. Just curious how I can get the same imageview that you show in your demo.
 
Top