BadgeView
BadgeView copied to clipboard
no delay with helper class !
hi when use BadgeView.AnimationSet().add() like below, there is no delay and strings shows Continuously!(exactly like setValues() )
new BadgeView.AnimationSet(badgeView)
.add("Hi!", 1000)
.add("How are you?", 1200)
.add("Im fine!", 1500)
.play();