|
Windows Phone 8 : Controls - Data Binding (part 4) - Control Templates |
Although property-based styling is very powerful, it may not let you change the look of the controls in dramatic ways. That is where control templates come in. Every control has XAML that defines how a control is drawn. For example, the humble button uses this XAML to draw itself: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iPhone Programming : Other Native Platforms - PhoneGap |
If you’re a web developer who wants to build mobile applications in HTML and JavaScript while still taking advantage of the hardware features on the iPhone, Android, and BlackBerry devices, you may want to take a look at the PhoneGap platform. |
|
|
|
|
BlackBerry Tablet Applications : Exploring the APIs - Multi-Touch |
One of the navigation methods unique to mobile devices is the ability to interact with an application via gestures on the device’s touch screen. Multi-touch is defined as the ability to simultaneously register three or more touch points on the device. Within Adobe AIR 2.6, there are two event classes used to listen for multi-touch events. |
|
|
Android : Getting Fancy with Lists - Inflating Rows Ourselves |
The preceding version of the DynamicDemo application works fine. However, sometimes ArrayAdapter cannot be used even to set up the basics of our row. For example, it is possible to have a ListView where the rows are materially different, such as category headers interspersed among regular rows. |
|
|
|
Windows Phone 7 : Getting Started with XNA - Displaying Text |
Most games need to display text while they are running, providing everything from the player's score through to menus and game information pages. XNA provides a very easy-to-use mechanism for showing text on the screen, so let's see what it can do and how we use it. |
|