|
|
Windows Phone 8 : Page Navigation - Creating an Application Splash Screen |
Windows Phone App projects have baked-in support for application splash screens. To create a splash screen it is simply a matter of placing a JPG image called SplashScreenImage.jpg, with the dimensions of 480 by 800 pixels, in the root directory of your project. Ensure that its Build Action is set to Content |
|
|
|
|
Windows Phone 8 : Page Navigation - URI Mapping |
Relying on URIs that include the full path to each page in your app can make your app brittle and difficult to change the physical location of individual pages. If a page is moved, all references to that file must be updated. This can lead to maintainability issues as the size of the project grows. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Java ME Subsystem Architecture : Mean and Lean Virtual Machine |
When referring to the VM, the referral is always to the headless language and core classes engine only (i.e., no UI). The majority of shipped devices include a port of Sun's CLDC-HI HotSpot VM 1.1 implementation (which implements v1.1 of the CLDC specification). |
|
|
|