Articles on android

Ken Shimizu

Ken Shimizu

Setting Up React Native Build Environments Using NativeModules

React Native is an emerging platform in the mobile space that allows developers to write native apps in Javascript without having to learn Java or Swift. It’s great conceptually, but developers end up having to write NativeModules (for iOS and Android) anyway because it lacks the tools that other frameworks generally provide. In this blog

Yasmine Molavi

Yasmine Molavi

Flexing the Rules of Material Design

5 Steps to quickly differentiate your Android app design while being Material Design compliant.

Jared Carroll

Jared Carroll

Beginning Test-Driven Development in Android

The Android framework contains several familiar and new architectural patterns. Fortunately, testing was not forgotten. In this post, we’ll develop a simple app test-first, exploring both functional and unit testing in Android. We’ll be using the latest Android API, 4.1, and working entirely from the command-line. All the code is available on github.