ios Data Classes on Swift TL;DR: How do I get that? While working on the latest project at work, I had the chance to work on a project where we tried some similar but different design patterns
Android Filtering BLE Devices by device name on Android Today I found out that on my device, using ScanFilter along with setDeviceName(deviceName) won't work at all while scanning for BLE devices. Apparently, this kind of filtering is broken on Android 6.
Android 'Installation Blocked' using Android Studio 2.2 Hello, fellow Android devs! It's been quite a while since I last posted anything on my blog, but I wanted to share how to fix a bug that has been happening to me
A tale of two String lengths - and Emojis Yesterday, while doing some coding for an OSX app on Swift, I came across an interesting issue. For some data parsing methods I had to use regex and the infamous NSRegularExpression class. After
Some Parcel array storage enlightenment If some of you have used SwissKnife, you may have also used the @Parcelable annotation. This annotation turns a normal class into a Parcelable object by writing all the boilerplate for you with
Android So I made this thing... If you read -and I don't think so, since it's written in Spanish- my latest post about Groovy you'll probably know that I really like this language and have started using it for