Posts with Tag: 2014

IEEE ICC in Sydney, Austrlia

I attended and presented at IEEE ICC 2014 in Sydney, Australia. I presented a paper entitled, “A Uti...

IEEE AINA 2014, Victoria, Canada

I just spoke in Victoria, BC at the 28th IEEE conference on Advanced Information Networking and Appl...

IEEEE CCECE 2014 and Cognitive Agent Simulation

This past week I attended IEEE Canadian Conference on Electrical and Computer Engineering (CCECE2014...

Good News! And Startups!

A few weeks back I posted about a couple of hackathons I participated in. The first was the OpenData...

Hackathons!

I’ve recently participated in a couple of hackathons to keep brushed up on my coding skills. In both...

Most Recent Post

Android ClipboardManager Deprecated: How to fix

Recently, I've been getting warnings about the ClipboardManager in Android being deprecated, see: https://developer.android.com/reference/android/content/ClipboardManager#setText(java.lang.CharSequence)) Previous I had some code something like this for copying a UUID to the clipboard: val clipboardM...