Tagged: Android

0

Linked List: FOSS Android Apps for GIT Users

I do quite a bit of work on the go; most of it happens on the phone. It’s not easy to software development on the phone. That is mostly due to the small screen size and lack of a hardware keyboard. Nevertheless, I have made numerous small changes to code on the phone, deployed them. The other big use case is browsing the code on the go, doing reviews and accepting merge requests, etc. I use the following apps for the same.

2

Simple BLE Oximeter App using PHONK

In the past I would have used MIT AppInventor or Expo.io. Both have amazing ecosystems. It’s easy to build apps using them. But this time I wanted to use PHONK. I had used Protocoder before and had liked it. Also I have this idea of building small utility apps called applets (yes!), that...

0

Using Habitica to Build Habits and GTD

Table of Contents1 Basics2 APIs, Webhooks and Hacks3 CLI4 Data5 Community I have been using Habitica for last two months very religiously. Habitica is an open source project meant to promote good habits by introducing the concepts of role playing game. I started using Habitica in 2015, on and off. But since this...

3

Reading books on a phone – How I make the most of it

Table of Contents1 Note2 Tool – FBReader3 Customize reading experience4 Highlighting5 Dictionary6 Customize Fonts7 Sync and Backup8 Where to get books?9 eBook Management10 Subscribe to Book distributions11 Footnotes I have a kindle with keyboard. I love the hardware. Its easy on eyes, easy to carry and stays “on” forever. That said I have...

17

Reverse Engineering iTag – A Bluetooth Low Energy Button

Couple of weeks back I bought a few iTags. These are simple BLE buttons. They have a small led, a button and a buzzer. CR2032 – a 3v coin cell battery powers it. Since they are Bluetooth Low Energy devices, a single cell can power them for years. It’s easy to change batteries...

Expo Browser Preview 0

Expo.io – Building Android and iOS Apps using React Native Made Easy

I have used MIT’s AppInventor in class rooms. All non-professional programmers appreciate how easy it is to use AppInventor to create apps. I have also seen lot of professionals using it to create one time use apps including me. It’s a great tool except you can’t generate an iOS app. On the side...