Enter Java ME on Symbian OS : Which APIs Are Supported? |
Symbian OS provides a wide, common Java ME platform for a plethora of devices by various manufacturers, which minimizes JSR support differences between different families of devices. The rich selection of JSRs allows you to create rich applications using standard Java APIs only. |
|
Enter Java ME on Symbian OS : Running a MIDlet on a Symbian Smartphone |
A Symbian smartphone can be built on different versions of Symbian OS, can come from different phone manufacturers, can have different form factors and different UI designs. For that reason, we choose three devices that represent the different flavors of Symbian smartphones that are currently in the market. |
|
|
|
|
|
|
iphone Programming : Adding Missing Features (part 2) - Adding a Launch Image |
One of the ways in which the iPhone and the iPod touch cheat is by providing launch images. A launch image is immediately displayed on the screen when the application is started before the UI is displayed. Your application displays the launch image file while loading, which means there are no more blank screens while the application loads |
|
|
iphone Programming : Using Sensors - Accessing the Proximity Sensor |
The proximity and ambient light sensors are two separate sensors. The ambient light sensor is used to change the brightness level of the device’s screen automatically, while the proximity sensor is used by the device to turn the screen off when you put the phone to your ear to make a call. |
|
|
Mobile Web Apps : Ajax - Fetching HTML, Ajaxifying Links |
There are two approaches we could take to loading dynamic data into our application. We could load in the raw data (such as a list of JSON objects representing recently spotted celebrities) and merge it into the application’s HTML—creating list elements and appending them to the page. |
|
|
|
|
|
|
|
|
|
|
|
|
iphone Programming : Using Sensors - Using the Digital Compass |
In addition to the accelerometer, the iPhone 3GS has a magnetometer that acts as a digital compass. Combining the heading (yaw) information returned by this device with the roll and pitch information returned by the accelerometer will let you determine the true orientation of the iPhone in real time. |
|
iphone Programming : Using Sensors - The Core Location Framework |
The Core Location framework is an abstraction layer in front of several different methods to find the user’s location (and, by extrapolation, her speed and course). It can provide the latitude, longitude, and altitude of the device (along with the level of accuracy to which this is known). |
|
iPhone SDK 3 : SDK and IDE Basics |
Expand the Classes and Other Sources groups. You will notice several files that live underneath these two groups. Click on the main.m file and expand to a full-editor view. |
|
|
|
Windows Phone 8 : XAML Overview - What Is XAML? |
What is eXtensible Application Markup Language (or XAML)? For Windows Phone, XAML is used to design the user interfaces (both the look and feel of applications), but it does quite a lot more. |
|
|