For the longest time, Google's(S GOOG) app strategy has had a bit of a somewhat strange twist: You couldn't easily create apps for Chrome or Android without a full computer. That means using a Chromebook to create Chrome apps required an online IDE or other tools for some purposes. Now Google has a Chrome app to essentially create Chrome apps which can be deployed to an Android phone or tablet. Say hello to the Chrome Dev Editor, notes Google's François Beaufort.

spark

The new Chrome app, formally known as Spartk,  is in a developer preview so there's still work to be done. You can, however, see where Google is going with its overall app strategy as the Chrome Dev Editor supports app creation through HTML, Javascript and Dart; Google's Javascript-like language that it introduced in 2011. The Chrome Dev Editor also includes Polymer templates for your app's user interface as well as Git support for version control.

Tic Tac Toe

At last week's Google I/O developer event, Google showed off an example of how to create and deploy an app using the Chrome Dev Editor. I didn't attend that session but Google shows the step-by-step process of developing a simple Tic-Tac-Toe app in a code lab here. First, the 3 x 3 grid is set up and formatted using HTML and CSS. Next comes the JavaScript needed to actually play the game. Once the app is working in a browser, an Android app called the Chrome App Dev Tool is installed on a connected Android device, which helps deploy Tic-Tac-Toe to the phone or tablet.

Chrome Dev Editor mobile deploy

The end result is both a web app for the Chrome Web store as well as an Android app that could be uploaded to the Google Play Store. And it can all be done from any computer that runs Chrome -- since all Chrome apps work when the Chrome framework is present -- or a Chrome OS device. It's early days yet as there are still more features that developers might want to see in the Chrome Dev Editor but it's a start, not to mention one less potential reason for app makers to need a full computer to build software.

For those interested in the inner workings of the Chrome Dev Editor itself, Google explained it in a 45-minute session at Google I/O, which you can watch below.