Category Archives: UI

React Native on Android: Styling the Cursor

As you may have noticed by recent tweets, I’ve been exploring a little React Native.  I’ve got a few massive overview posts in the making, but for now I just wanted to share a quick tip about styling. Recently I … Continue reading

Posted in Android, React Native, UI | 5 Comments

SVG Rendering on Android

Recently I was working on a project which required me to obtain an SVG image from an API endpoint and display the image in the Android application. SVG stands for Scalable Vector Graphic, and is a way of describing an … Continue reading

Posted in Android, UI | 4 Comments