Tag: ui
All the articles with the tag "ui".
-
Quick Trick — Use Android’s Animated Vector Drawable as ProgressBar
Trick on how to create Android custom indeterminate progress bar behaviour using ImageView and Animated Vector Drawable
-
Source code syntax highlighting on Android — Taking full control
Tips on how to take full control and create your own custom-view to add syntax highlighting support in your Android app.
-
Dark mode for medium.com — why doesn’t it exist (yet)?
Medium has launched a sister site called MOMENTUM that is in dark mode. Here I talk about how you can possibly have dark-mode now.
-
Clickable link text for Android TextView — Kotlin Extension
Recently I have had to create UI that required user tappable/clickable text in the same text view. I know this is kind of unusual as the…