Your User Can’t Click Your Floating Action Button

By Victoria Gonda

An easy way to make your Android app’s main action more accessible for people using screen readers.

Using NSData for your network messages

By Tim Bugai

One of the hurdles you have to overcome when building an app like Downside is how to handle network messages. Apple provides several different ways of adding networking to your apps including GameKit and the new Multipeer Connectivity framework in iOS 7. Each of them require you either send or receive an NSData blob.