Categories
.NET Bluetooth

Pi Day

I’d completely forgotten about Pi day until I saw someone post about it online and I thought I should write about the happy coincidence that I’ve been working with a Raspberry Pi today. Last week I took delivery of a new Raspberry Pi. I have an older Pi 2 but I wanted to have a […]

Categories
.NET Bluetooth

Bluetooth Support for Android on More Frameworks

There is a particular issue when writing any code which will run on Android which presents external UI through an Intent or uses broadcasts in that you need to have a reference to the current Activity. I covered this in my last post. Following on from that I moved the code to a new library […]

Categories
.NET

Dot Net DLLs, Droid, Dependencies

Natively, Android apps are built around activities. These are distinct parts of an application which include UI and are designed to perform a particular task. Android allows you to start activities and pass data between them. A number of system dialogs are just activities which run and return a result. Across Platforms When using a […]