Augmented Reality on Android: Prepping the Camera and Compass
ugmented Reality (AR) seems to be on everyone’s radar. For the two of you who haven’t watched a YouTube video about it: Augmented Reality is the ability to overlay location
ugmented Reality (AR) seems to be on everyone’s radar. For the two of you who haven’t watched a YouTube video about it: Augmented Reality is the ability to overlay location
ne of the first things you will learn about when you begin programming iPhone projects is view controllers. Beginners often get intimidated by the amount of work they need to
ollowing the introduction of its BlackBerry Storm touch phone, Research in Motion (RIM) released the BlackBerry Java Development Environment (JDE) API 4.7.0 (with version 5 in beta). This latest version
y previous Android article showed how to store data from Android using a SQLite database. Storing your data in a database is one good way to persist your data, but
ne of the coolest things Microsoft has shipped with the Windows Mobile 6 SDK is the Cellular Emulator. The Cellular Emulator is a software-based emulator that emulates a real cellular
bjective-C has become the standard programming language for application development on the Mac OS X and iPhone platforms. A powerful?yet simple?object-oriented programming language based on the C programming language, Objective-C
Database support is the lifeline of every application, big or small. Unless your application deals only with simple data, you need a database system to store your structured data. Android
ost modern, self-respecting mobile operating systems in today’s market support different screen orientations based on the position of the device. Android is no exception. While this feature is often taken
n earlier article about Android showed you how to interface with GPS receivers to obtain the geographical position of a device. However, not all today’s mobile devices have built-in GPS