subject

1. Create a new color resource to be used as the background for the data entry part of the MainActivity. Search on the web for the color and associated Android color code (color codes always start with a # symbol), and add it to the color. xml file. Set the background of the data entry part of the layout to that color resource. 2. Make the navigation work for all activities in the app. Copy the navigation bar XML code to the layout associated with each activity. Copy the Java code that makes the buttons work to the Java file associated with each activity. You will have to modify that code to reference the activity it is in, rather than MainActivity. Add code to disable the ImageButton associated with the activity that is displayed.
3. Modify the DatePickerDialog layout so that the Cancel/OK buttons are centered. Hint: You'll have to use the gravity attribute in the LinearLayout.
4. Create project called ContractorCalculator. The main activity layout should contain two Edit Texts, one button, and eight Text Views.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
question
Computers and Technology, 23.06.2019 17:30
What are the most commonly found items in the trash according to the municipal solid waste report?
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
What can you prevent issues related to downloading content form the internet
Answers: 1
You know the right answer?
1. Create a new color resource to be used as the background for the data entry part of the MainActiv...
Questions
question
History, 26.09.2020 01:01