Android Troubleshooting: App Crash on multiple orientation change

More of a note to my future self when developing android than anything else, since this is quite a specific corner case, but who knows, maybe it helps someone else out there 🙂   Problem An app I wrote seemed to be crashing randomly when a user did a orientation change (i.e. changed from landscape to portrait … Continue reading Android Troubleshooting: App Crash on multiple orientation change

Android Linux / Raspberry Pi Bluetooth communication

This post explores my attempt to get bidirectional bluetooth communication going between an android device and a linux computer (in this case a Raspberry Pi running Raspbian). This post is part of the documentation of knowledge acquired while building an "AquaPi" - a raspberry pi that will act as a control center for an aquarium. … Continue reading Android Linux / Raspberry Pi Bluetooth communication