Back

Coding & Development

  • Jennifer Pike
  • Posted by Jennifer Pike
March 2, 2015

A new set of tools for gaming applications was introduced this week during Google’s Developer Day at the Game Developers Conference (GDC). They will help developers understand their users, increase in-app purchases, and target advertising.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
February 26, 2015

You’ve gone through all of the steps to make an awesome app that users will love and come back to time and again. Today is the day you release it to the Google Play Store. “Good luck little app,” you think as the developer hits publish. “Make me proud; you’ve only got about 1,400,000 other Android apps to compete with!” Getting your app discovered through the store is a growing concern for developers as the number of Android applications grows by the hundreds of thousands every year. Data collected from over the past few years* has shown that users primarily discover new applications through searching the app stores. While there are several other ways for your application to be found (word of mouth was second), app store visibility should not be overlooked. A user must know an application exists before they can download it. So, wat do?

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
February 24, 2015

Apple recently pushed iOS8.3 beta2 to developers. It includes new languages for Siri and support for both wireless CarPlay and Google 2-step verification. Support for ApplePay in China will also be included. However, these have all been overshadowed by the new set of iOS8.3 emojis.

Read More
  • Riley Mills
  • Posted by Riley Mills
February 18, 2015

AWS EC2 instances do not come preconfigured with a swapfile. This means that if your application runs out of free memory something's probably gonna crash.

Read More
  • Metova
  • Posted by Metova
February 5, 2015

When the first generation of the Moto X was first released, it proved you could have a fast, solid, and smooth user experience without having the top of the line specs available. This year, Motorola upgraded the specs for its second generation and the result is a phone that is arguably one of the best phones on the market today. This is the second generation of the Moto X.

Read More
  • Riley Mills
  • Posted by Riley Mills
January 15, 2015

Devise does do some password validation on its own, but that's mostly front-end or controller-based, not on the model itself. If you want to add additional password validation to your Devise models you have to be careful to add it in a way that accommodates how Devise stores and processes passwords. To wit: Devise never actually stores the raw password on the model, even though there's a field for it. That's because as soon as your model is saved with something in the password field Devise takes it out, encrypts it, and then stores it in the encrypted_password field.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
December 4, 2014

December is a busy month filled with party planning and gift buying, as well as family and friend visiting. In all the rush, have you made a plan for keeping your application on track during the App Store Freeze?

Read More
  • Metova
  • Posted by Metova
November 25, 2014

Metova's resident gadget hound, Dane Hale, has been using the Moto 360 for about a month. Here's what he thought of it!

Read More
  • Metova
  • Posted by Metova
November 7, 2014

Along with the release of Android 5.0 comes Android Auto. Google created it to allow users to safely use Android applications while driving. The newly released Auto APIs will allow developers to create or extend current Android applications to interface with their cars.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
November 7, 2014

Android 5.0 Lollipop is finally here! This is Google’s biggest update to the Mobile OS since its release of Android 4.0, Ice Cream Sandwich. Lollipop brings new functionality, options for developers, and a new look that will set the standard for what a modern OS should feel like.

Read More