Thursday, September 11, 2014

Developing a Simple Android Wear Application: Part 1

This post will walk through the steps involved in creating a simple Android Wear application. I will be using the Balloon Pop Android app as the code example.

In order to get started you need to have already completed the following steps:
  1. Download the Android SDK
  2. Configure a Wearable device or Emulator
  3. Install the latest platforms and tools (either ADT/Gradle)

image 1: main app layout
The application is comprised of two modules: app and wear.

The app portion is primarily required in order to deploy the application on Google Play.  It simply contains one Activity with a basic layout that notifies the user of the fact that it is a wearable application. (see image 1) 

The most important part of the module is that it includes the wear app as a dependency, this way the wearable app will be automatically installed when the main application is installed. You can read more about your packaging options here.

The wear portion contains the activities and game logic that run on the actual wearable device.  It uses the wearable support library in order to take advantage of two UI components: the BoxInsetLayout and the WearableListView.

The BoxInsetLayout is very useful for supporting both rectangular and circular devices because it allows you to define boundaries for its elements.  We use it for the "Addition" and "Subtraction" views so that all three balloons are displayed in the viewable area.


Part 2 will cover the WearableListView provided in the support library. This post was based on the Balloon Pop Android application available on Google Play.

Thursday, September 4, 2014

Balloon Pop for Wear: Our First Wearable App

We recently released our first application for Android Wear: Balloon Pop for Wear.  We are very excited to be among the first developers to make something designed for wearable devices that kids can enjoy playing!

Balloon Pop is a math and counting game that currently features three modes of play: Counting, Addition, and Subtraction.

In the "Counting" mode you are presented with a number of balloons that you have to *POP*, when you get it right you move on.

In the "Addition" mode you are presented with a simple addition math problem. Then you have a choice of 3 possible answers. *POP* the balloon to see if you are right.

In the "Subtraction" mode you are presented with a simple subtraction math problem. Then you have a choice of 3 possible answers. *POP* the balloon to see if you are right.

Each mode has nice graphics and vibration features to reinforce when your child gets the answers right!

This game is **AD-FREE**, so please give it a try and leave us some feedback. We are interested in knowing what other modes you would like to see in the future.

Tuesday, February 11, 2014

Budding Baby Promo Video Created

We recently created a promo video for Budding Baby.  It highlights the different features of the application and was done using iMovie.  Enjoy!