| # BlackBerry Java Application Development : Networking - HTTP Basics |
| The BlackBerry SDK does provide good support for networking, but the support is primitive. Not only are there a myriad of ways to connect to a server in order to make a request, and that we as developers are left to account for them all, but we must also have a fairly detailed understanding of the underlying protocol. |
|
|
|
| Mobile Phone Game Programming : Understanding Animation |
| Most of the techniques used in computer animation have been borrowed or based on traditional animation techniques developed for animated films. The classic approach to handling traditional animation is to draw a background image separately from the animated objects that will be moving in the foreground. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| iPad SDK : Popovers - The Stroke Width Popover |
| Make all the connections described in the header file, by control-dragging from File's Owner to each of the GUI components and making the connection, then control-dragging from the slider back to File's Owner and selecting the takeIntValueFrom: action. |
|
| iPad SDK : Popovers - The Font Size Popover |
| To keep the font selector simple, we'll have the size selection as a separate operation, in its own popover. The GUI for the font size selector will consist of a slider, a label showing the slider's value, and a text view showing a preview of the chosen font at the chosen size. |
|
|
|
| Beginning Android 3 : Working with Containers - Scrollwork |
| ScrollView is a container that provides scrolling for its contents. You can take a layout that might be too big for some screens, wrap it in a ScrollView, and still use your existing layout logic. The user can see only part of your layout at one time, and see the rest via scrolling. |
|
|
|
|
|
|
|
|
|
| iPad SDK : Popovers - The Font Name Popover (part 1) |
| Add a new class to your project, and use the assistant that comes up to specify that you want a Cocoa Touch class, specifically a UIViewController subclass. If you've ever created a UIViewController subclass for iPhone in the past—and I suspect you have—this should look pretty familiar. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Integrating Your Application with Windows Phone 7 |
| The Windows Phone 7 platform is all about providing the best possible phone usage experience to consumers. When consumers look at a photo on the phone, they are using an application known as a Single Photo Viewer (SPV) that provides applications to extend the viewer's functionality via the Extras command of the context menu. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|