Windows Phone recipes a problem-solution approach
Windows Phone 7.5 (code-named Mango) marks a significant upgrade to Microsoft’s smartphone products. Packed with sophisticated new features and functionality, the device is a .NET developer’s dream, easily programmable using Silverlight, XNA and C#. Windows Phone Recipes utilizes a proven problem-so...
Autor principal: | |
---|---|
Otros Autores: | |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
New York :
Apress
2011.
|
Edición: | 2nd ed. 2011. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629056106719 |
Tabla de Contenidos:
- Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; About This Book; CHAPTER 1 Introduction to Windows Phone Application Development; 1-1. Examining Windows Phone; Problem; Solution; 1-2. Understanding the Development Tools; Problem; Solution; How It Works; 1-3. Creating a Simple Silverlight Windows Phone Application; Problem; Solution; How It Works; The Code; Usage; 1-4. Creating a Simple XNA Windows Phone Application; Problem; Solution; How It Works; The Code; Usage
- 1-5. Creating a Simple XNA and Silverlight Mixed ApplicationProblem; Solution; How It Works; The Code; Usage; 1-6. Deploying the Application to the Windows Phone Emulator; Problem; Solution; Usage; 1-7. Deploying the Windows Phone Application on the Device; Problem; Solution; How It Works; Usage; 1-8. Sending a Windows Phone Application to the Marketplace; Problem; Solution; How It Works; 1-9. Creating a Trial Windows Phone Application; Problem; Solution; How It Works; The Code; Usage; CHAPTER 2 Windows Phone Execution Model and Multitasking; 2-1. Navigating Between Pages; Problem; Solution
- How It WorksThe Code; Usage; 2-2. Passing Data Through Pages; Problem; Solution; How It Works; The Code; Usage; 2-3. Navigating Between Pages Using Global Application Variables; Problem; Solution; How It Works; The Code; Usage; 2-4. Navigating Between Pages with State; Problem; Solution; How It Works; The Code; Usage; 2-5. Managing Tombstoning in Windows Phone Silverlight Applications; Problem; Solution; How It Works; The Code; Usage; 2-6. Managing Tombstoning in Windows Phone XNA Applications; Problem; Solution; How It Works; The Code; Usage; 2-7. Implementing Multitasking; Problem; Solution
- How It WorksThe Code; Usage; 2-8. Scheduling Alarms and Reminders; Problem; Solution; How It Works; The Code; Usage; 2-9. Managing Obscured and Unobscured Events; Problem; Solution; How It Works; The Code; Usage; CHAPTER 3 User Interface; 3-1. Creating an Animated Splash Screen; Problem; Solution; How It Works; The Code; Usage; 3-2. Using the ApplicationBar Control; Problem; Solution; How It Works; The Code; Usage; 3-3. Detecting Changes in the Theme Template; Problem; Solution; How It Works; The Code; Usage; 3-4. Customizing the Soft Input Panel Keyboard to Accept Only Numbers; Problem
- SolutionHow It Works; The Code; Usage; 3-5. Using the Windows Phone Predefined Styles; Problem; Solution; How It Works; The Code; Usage; 3-6. Localizing Your Application; Problem; Solution; How It Works; The Code; Usage; 3-7. Using Panorama and Pivot Controls; Problem; Solution; How It Works; The Code; Usage; 3-8. Spicing Up the User Interface with the Silverlight Toolkit; Problem; Solution; How It Works; The Code; Usage; 3-9. Using Launchers and Choosers; Problem; Solution; How It Works; The Code; Usage; 3-10. Accessing to the Contacts Library; Problem; Solution; How It Works; The Code
- Usage