Category: android

  • Handling custom tags in Android using Html.TagHandler()

    While working on my app Android app Ken, I needed to render HTML in Android, I was very much delighted when I found out that android’s TextView supports HTML rendering and it can be easily achived by converting html into Spannable using Html.fromHtml(

  • Use your Android Phone as a display for Raspberrypi

    I read this tutorial on how to use your Kindle as a display for your Raspberrypi link, and I thought why not use an Android phone as display and use usb ports on the Raspberry Pi for keyboard and mouse. Things you’ll need: Android phone A Raspberry pi What we’ll do: We will install VNC […]