Case study 2 - ButtonWidget

In this case study, we'll be creating a new Android application that will have a button which that show a new text view when clicked. We'll also be writing UITest for this application:

  1. Create a new blank Android application project in Visual Studio, name it ButtonWidget, and click OK:
  1. After creating the project, open the Main.axml file from Resources | Layout in Solution Explorer.
  2. Then, add a text view and a button to the view from the Toolbox on the left.
  3. Give each of these IDs to identify them in the code. You can select them, then show the property window, and give them IDs there:
  1. Also, set the visibility ...

Get Mobile DevOps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.