|
|
|
Windows Phone 8 : Windows Phone Toolkit (part 5) - CustomMessageBox |
Inside the toolkit is a special type of control for getting feedback from the user. Although there is a built-in MessageBox class, it is simple and doesn’t allow you to customize the experience. Unsurprisingly, the CustomMessageBox class from the Toolkit attempts to remedy this. |
|
|
|
|
|
|
|
|
|
|
|
|
BlackBerry Java Application Development - Running an application in the simulator |
As you can see, using the simulator is both an easy and effective way to see what your application will look like on a device. The keyboard mappings are generally intuitive, but if you forget the ones that aren't, you can always use the mouse to click on the screen and simulate key presses. The simulator can do so much more than just display the application for you. |
|
|
|
|
Developing BlackBerry Tablet Applications : File System Access (part 3) - File Browse for Multiple Files |
The browse for file functionality of the File class works a bit differently in BlackBerry Tablet OS compared to the desktop version. Within BlackBerry Tablet OS, the browseForOpenMultiple method will open up a specific native file selector that will allow you to open multiple files of type Audio, Image, Documents, or Video. Since you are attempting to read these shared files, you will need to select the access_shared permission when creating your project. |
|
|
|
|
|
|
|
Java ME on Symbian OS : Handling Diversity - Supporting Diverse Input Mechanisms |
S60 5th Edition includes UI support for a touch screen as well as UIQ. If a user buys a Nokia 5800 XpressMusic device with touch-screen support, a touch or stylus is used for interaction. Java ME developers should take touch devices into consideration when designing and planning the user interaction as more and more touch-enabled devices appear in the market. |
|
|
|
|