Application number:
Full name:
E-mail:
GitHub username:
Prior experience:
- HTML
val spannableString = SpannableString("Loading...") | |
val transparentColorSpan = ForegroundColorSpan(Color.TRANSPARENT) | |
ValueAnimator.ofInt(0, 4).apply { | |
repeatCount = 10 | |
duration = 1000 | |
addUpdateListener { valueAnimator -> | |
val dotsCount = valueAnimator.animatedValue as Int | |
if (dotsCount < 4) { // 4 is the number of ellipses + 1 | |
spannableString.setSpan( |
Application number:
Full name:
E-mail:
GitHub username:
Prior experience: