|
|
|
Symbian OS : Error-Handling Strategies - Fail Fast |
Detecting faults in your software should be done as early as possible during the development process since it can be over 10 times cheaper to detect them in the early stages of development compared to finding them once your product has shipped . |
|
|
|
|
iPhone Developer : Working with View Controllers - Tab Bars |
The UITabBarController class allows users to move between multiple view controllers and to customize the bar at the bottom of the screen. This is best seen in the YouTube and iPod applications. Both offer one-tap access to different views, and both offer a More button leading to user selection and editing of the bottom bar. |
|
|
|
|
|
Windows Phone 8 : Designing with Blend |
To offering an Express version of Visual Studio the Windows Phone SDK includes an Express version of Expression Blend specifically for use in developing phone applications. |
|
|
|
Iphone Application : Implementing Location Services - Understanding Core Location |
Core Location is a framework in the iOS SDK that provides the location of the device. Depending on the iPhone and its current state (within cell service, inside a building, and so forth), any of three technologies can be used: GPS, cellular, or WiFi. GPS is the most accurate of these technologies and will be used first by Core Location if GPS hardware is present. |
|
Windows Phone 8 : Creating a New Project (part 2) - XAML |
In Silverlight, development is really split between the design and the code. The design is accomplished using a markup language called XAML (rhymes with camel). XAML (or eXtensible Application Markup Language) is an XML-based language for representing the look and feel of your applications. |
|
|
|
|
Introducing Windows Phone 8 : The Marketplace |
In this post-iPhone world, it’s all about the apps. Unlike earlier iterations of Microsoft phone technologies (e.g., Windows Mobile), all software will have to go through Microsoft to get installed on the device. |
|
|
Introducing Windows Phone 8 : Input Patterns |
You are the developer. You want users to want to use your applications. That means you must deal with the different ways the phone can accept user input. Developing for the Web or desktop means you are primarily dealing with designing for the keyboard and mouse. |
|
|
|
|
Iphone Application : Using Address Book, Email, and Maps (part 1) |
In this article, we will allow users to pick a contact as their best friend from their address book. After they have picked their best friend, we will retrieve information from the address book about their friend and display it nicely on the screen—including their name, photo, and email address. |
|
Iphone Application : Extending Application Integration |
The address book is a shared database of contact information that is available to any iPhone application. Having a common, shared set of contact information provides a better experience for the user than if every application manages its own separate list of contacts. |
|
|
|