Posts with Tag: TIC STH 2009

Second Beginning at Guelph & September Conferences in Ontario!

This month I start for the second time at the University of Guelph, this time for my Ph.D. degree. I...

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...