Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 . 1 . Part 1 Create a small android application in java eclipse or android studio, call it MyPaint or something similar. Add a
Part
Create a small android application in java eclipse or android studio, call it MyPaint or something similar. Add a comment in your MainActivity.java indicating your student number.
Application title: Paint Calculator App
Purpose: The paint section of a large home store wants to provide a paint calculator app to calculate the number of liters needed to paint a room. The amount of paint in liters is displayed Specification for this app: One Screen Layout
Layout:
The app displays a tittle; an image; two text fields; and spinner, button, and TextView controls. The spinner control shows five colors of paint for selection. The user enters the rooms height in meters and the distance in meters around the room.
The color and the exact number of liters in decimal form are displayed.
Conditions: A liter is needed for every square meters for a single coat of paint. Display the result rounded to two decimal places. Select five names for paint for the spinner control, use a theme, spinner prompt, string array, and hint property.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started