Tag: ui
All the articles with the tag "ui".
-
Syntax Highlighting on Android - Highlight.js as a Native Compose Engine
A source code syntax highlighting library for Jetpack compose that leverages existing Highlight.js in a hidden WebView and converts the output to native AnnotatedString for real text selection and accessibility.
-
Syntax Highlighting on Android - Bringing Shiki Engine to Compose
How I explored Shiki-quality syntax highlighting in Jetpack Compose - server-driven via Cloudflare Workers and on-device via TextMate grammars, no WebView needed.
-
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…