Once you have a good wireframe to work from, you'll want to start developing the user interface screen. For this, we'll use Android Studio and its wonderful layout editor.
Since this is a brand new project, you'll need to open Android Studio and use File | New | New Project to get it started. Then, follow these steps:
- Name the project Claim, and leave any non-Java support turned off.
- Target Android 4.1 on Phone & Tablet only.
- In the Activity Gallery, choose the Basic Activity:
![](https://static.packt-cdn.com/products/9781788475051/graphics/assets/d0e29400-99c6-4672-af9b-07e1fa947b2c.png)
- Name the new Activity CaptureClaimActivity, and then change the title to Capture Claim. Leave the other parameters at their default values:
![](https://static.packt-cdn.com/products/9781788475051/graphics/assets/41766382-ac9d-4d3f-b977-6246b36c08eb.png)
- Finish the New Project wizard, and wait for the project to be generated.
- When the project has been generated and synchronized, Android Studio will open the content_capture_claim.xml file in its layout editor.
- By default...