Sunday 23 February 2014

Peter, the Application Developer at SoftTech Ltd., has been assigned a task to develop a Windows Store app that allows the user to enter his/her name and click the Submit button. Once the user clicks the Submit button, the app should display a greeting message, as shown in the following figure.

Problem Statement:

Peter, the Application Developer at SoftTech Ltd., has been assigned a task to develop a Windows Store app that allows the user to enter his/her name and click the Submit button. Once the user clicks the Submit button, the app should display a greeting message, as shown in the following figure.


Solution:
To create the required app, Peter needs to perform the following tasks:
Create the UI of the app.
  1. Define handler for the click event of the button control.
  2. Associate the handler with the button control.
  3. Verify the created app.

No comments:

Post a Comment