gearing up for developing windows store apps

9
GEARING UP FOR DEVELOPING WINDOWS STORE APPS PRESENTED BY- JITENDRA SINGH , VIKAS SINGH

Upload: jitendra-singh

Post on 12-Apr-2017

12 views

Category:

Technology


0 download

TRANSCRIPT

GEARING UP FOR DEVELOPING WINDOWS STORE APPS

PRESENTED BY- JITENDRA SINGH , VIKAS SINGH

LIFE CYCLE OF WINDOWS STORE APP DEVELOPMENT

• Plan• Design• Develop• Test and Debug• Package and Deploy

PLANNING A WINDOWS STORE APP

• Decide the tools and technologies

• Identify the features to be provided by the application

• Identify personalization requirements

PLANNING A WINDOWS STORE APP

• Check the possibility of using hardware capabilities

• Plan for accessibility

• Plan for globalization

DESIGNING A WINDOWS STORE APP

• Navigation Design

• Command Design

• Touch Design

DEVELOPING A WINDOWS STORE APP

These apps can be developed by using one of the following languages:

• C or C++ with XAML

• C# or VB with XAML

• JavaScript with HTML5/CSS

TESTING AND DEBUGGING A WINDOW STORE APP• Test the app to ensure that it provides intended functionality

without any error.

• If an error is reported while testing the app, we need to debug the error.

• We can use the debugger tool provided by Visual Studio ,which helps us to find the error in the app and fix that error.

PACKAGING AND DEPLOYING A WINDOWS STORE APP

• We can deploy the app on a local machine or Window Store.

• An app is automatically packaged and deployed on the local machine when you execute it in Visual Studio IDE.

• To deploy the app in Windows Store, you need to package and publish the app manually.

THANKYOU