Hello Developers! Spring is here and so is the good news: Android™ 13 is available for Zebra devices!
Developer Blog
Popular Posts
Latest Posts
Staying Informed
November 03, 2011
So you have registered for a Launchpad account, now what you say? The next thing you should do is follow the spaces you are interested in. Before we get into that, all content in Launchpad is centered around the concept of a Space. Within each space,…
|
3 Great Ways to Learn in Launchpad
November 03, 2011
There is definitely a lot of great information in Launchpad. It spans across the 3 main types of content in the system Blogs, Discussions and Documents. Here are some really quick ways to browse through the content to learn something new each day:
#1…
|
Launching Multiple RhoElements Applications
October 31, 2011
If you read the post, you already know that you configure RhoElements to launch into an application by changing the parameter in the Config.XML. This location is either on the local file system (ex: file://RhoApps/index.html) or it could be on a…
|
Custom Gestures: Going Beyond Swipe
October 18, 2011
So by now we have all grown accustomed to flicking our fingers around with wild abandon on our phone to just about do everything. Do you even remember what a stylus is used for? Unless you are working with big heavy gloves on, or need a stylus for…
|
Logging to a remote location
October 14, 2011
When are developing a RhoElements application one thing that may come in handy is to enabling logging to your PC while you are testing the application on the actual device. To do that, you need to do two things:
1) Enable Logging in the Config.XML
2)…
|
RhoElements - Building Your First App - Part 1 Overview
October 01, 2011
In this series, I will guide you in developing your very first RhoElements application. For an we will use an actual app that we developed for our developer conference. The application we will be building is an Event Attendee Tracker. For the Developer…
|
RhoElements - Building Your First App - Part 2 Getting Started
October 01, 2011
Before we get into coding, let's first download and install RhoElements. After downloading, simply launch the executable and walk through the install wizard. If you connect your device to your computer RhoElements will automatically be installed.
If…
|
RhoElements - Building Your First App - Part 3 Hello Scan
October 01, 2011
In this part of the blog series, we will build a simple Hello Scan application and run it on the mobile device. By now you should have and to point to the application that we are going to build. In this section we will setup placeholders for our…
|
RhoElements - Building Your First App - Part 4 WebSQL Setup
October 01, 2011
In the of the , we have a basic HTML file (our app) that has placeholders for content and simple javascript functions for enabling the scanner and handling the decode event. In this part of the series, we will discuss WebSQL storage and incorporate…
|
RhoElements - Building Your First App - Part 5 Saving Scan Data
October 01, 2011
In the of this , we created javascript functions to create the database and associated tables we will be using. We also loaded the Developer Conference session data into the table. In this part of the series, we will basically complete the…
|