Back

Coding & Development

  • Logan Gauthier
  • Posted by Logan Gauthier
April 17, 2015

The Apple Watch is nearly here, and if you haven’t started working with WatchKit, you’re behind. Luckily, Apple has made it fairly simple to dive into Apple Watch development. However, you may run across a few surprises and snags as you start to get your feet wet.

Read More
  • Logan Serman
  • Posted by Logan Serman
April 6, 2015

This is a guide to using custom web-fonts with Rails 4+ and the asset pipeline.

 

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
April 3, 2015

Google has released a developer preview of ARC- App Runtime for Chrome. The project was launched last September and the latest developer preview gives a peek into the future of Android. Soon your Android app will be able to reach its users on desktop as well as mobile! ARC enables Android applications to run on Google’s browser, Chrome. Users won’t need a phone to use and enjoy your application, just a computer with a Chrome browser.

Read More
  • Metova
  • Posted by Metova
March 30, 2015

This is a more reliable method of determining whether or not your code is currently running inside of an XCTestCase than the previously used preprocessor macro method.

Read More
  • Jennifer Pike
  • Posted by Jennifer Pike
March 11, 2015

Apple joined forces with 12 research institutions to expand the boundaries of medical analysis. A new framework called ResearchKit was announced Monday. The framework allows researchers to put the data users submit as well as information from the device’s sensors toward research. ResearchKit alleviates many of the pain points involved in gathering data.

Read More
  • Jason Robinson
  • Posted by Jason Robinson
March 3, 2015

Slim is an annotation library whose main purpose is to remove common boilerplate associated with Android development. You can find it here on GitHub.

Read More
  • 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