Pro Windows 8.1 Development with XAML and C#
Windows 8.1 apps are revolutionizing development on the Windows platform. Fast, fluid, tactile and chrome-free, they provide a brand-new look and feel for Windows users. These apps rely on Microsoft's Windows 8 modern UI to provide their rich and engaging user experiences for both desktop and t...
Autores principales: | , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2014.
|
Edición: | 1st ed. 2014. |
Colección: | Expert's voice in Windows.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629274906719 |
Tabla de Contenidos:
- ""Contents at a Glance""; ""Contents""; ""About the Authors""; ""About the Technical Reviewers""; ""Acknowledgments""; ""Chapter 1: Getting Started""; ""Background""; ""Dual User Interfaces""; ""ARM Support""; ""Acceptance""; ""Fast-Release Cycle""; ""The Microsoft Store""; ""What�s New in Windows 8.1""; ""Windows Design Guidelines""; ""Being Fast and Fluid""; ""Sizing Beautifully""; ""Using the Right Contracts""; ""Investing in a Great Tile""; ""Feeling like It Is Connected and Alive""; ""Roaming to the Cloud""; ""Embracing the Modern App Design Principles""; ""UX Guidelines""; ""Tooling""
- ""Visual Studio 2013""""Versions""; ""Visual Studio Express""; ""Visual Studio with MSDN""; ""The Windows 8.1 Simulator""; ""Creating Your First Windows 8.1 App""; ""Adding a Basic Page""; ""The Simulator Controls""; ""Blend for Visual Studio 2013""; ""Opening Your Project in Blend for Visual Studio""; ""Projects, Assets, States, and Device Tabs""; ""Objects and Timeline""; ""Page Designer, Markup, and Code""; ""Properties, Resources, and Data Tabs""; ""Git""; ""Using Git in Visual Studio""; ""GitHub for Windows""; ""Enabling Git in Visual Studio 2013""; ""Checking in Changes""
- ""Remote Repositories""""Reverting Changes""; ""NuGet""; ""Installing NuGet""; ""Enabling Package Restore""; ""Installing Your First Package""; ""Installing from the Command Line""; ""Installing from the Graphical User Interface""; ""Summary""; ""Chapter 2: Building Your First Windows 8 App""; ""Windows Architecture (For Developers)""; ""Creating Your First App""; ""App Project Overview""; ""Properties""; ""References""; ""Assets""; ""App1_TemporaryKey.pfx""; ""Package.appxmanifest""; ""The Application Tab""; ""The Visual Assets Tab""; ""The Capabilities Tab""; ""The Declarations Tab""
- ""The Content URIs Tab""""The Packaging Tab""; ""App.xaml""; ""MainPage.xaml""; ""Model View ViewModel (MVVM)""; ""The Pattern""; ""Model""; ""View""; ""ViewModel""; ""Creating a Model""; ""Adding Customer Properties""; ""INotifyPropertyChanged""; ""Creating the ViewModel""; ""Updating the Code Behind""; ""Creating the View""; ""Testing the App""; ""Guidance""; ""Navigation""; ""Creating a New Page""; ""Creating the UI""; ""Adding Navigation to the MainPage""; ""Handling the NavigatedTo Event""; ""The Back Button""; ""Summary""; ""Chapter 3: Themes, Panels, and Controls""
- ""Choosing a Theme""""Using Panels""; ""The Canvas""; ""The Grid""; ""Defining Rows and Columns""; ""Alignment, Margins, and Padding""; ""The StackPanel""; ""Border Control""; ""Working with Controls""; ""TextBlock and TextBox""; ""Spell Check""; ""Headers and Watermarks""; ""PasswordBox""; ""Buttons and Event Handlers""; ""HyperLinkButton""; ""CheckBoxes, ToggleSwitches, and RadioButtons""; ""ListBox, ListView, and ComboBox""; ""Image""; ""Slider""; ""Progress Bar""; ""ToolTip""; ""DatePickers and TimePickers""; ""Flyouts""; ""Basic Flyouts""; ""Menu Flyouts""
- ""Understanding Dependency Properties""