Tag: android
All the articles with the tag "android".
-
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.
-
Fixing GitHub Coding Agent’s Firewall Issue for Android Projects
If GitHub coding agent is having an issue downloading artifacts from a different URL, consider adding them to the allow list to fix those issues.
-
Using AI to build modern Android apps - are we there yet?
Assisted coding is very promising and fun! Fully autonomous app building might not be too far away! 🤓
-
Android remote logging to Airtable using Timber
Have you ever needed to save your Android Logcat logs for later analysis? You can achieve this using Timber and a service that has REST API
-
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.
-
Setup Android Gradle based Firebase App Distribution with GitHub Actions CI
A quick guide on how to set up GitHub Actions CI workflow to automatically post APK to Firebase App Distribution from your Android project.