Question: Code for android studio For this homework you should design Bigger Number Game App (see the attachment HW1.pdf) The suggested Ul should be simple but

Code for android studio  Code for android studio For this homework you should design "Bigger

For this homework you should design "Bigger Number Game" App (see the attachment HW1.pdf) The suggested Ul should be simple but you can change the look, color, position of the widgets, background etc. but it is suggested to include the following: On the screen you should place two Buttons that will display randomly chosen numbers between 1 and 100 Hint: In Java to generate a random number (from o to 99) you can use the Math class in the following way: (int) (Math.random(100) You will need to choose (tap) on the button displaying the bigger number You should also include a TextView that will keep track of your score ( add a point for correct answer, minus a point for incorrect) . . You can also include a Button displaying text "Play Again" (that can be shown /hidden ) You should create one (txt) file that includes your MainActivity.java and activity main.xml code and submit it through the link below (Attach Files) HW1.pdf For this homework you should design "Bigger Number Game" App (see the attachment HW1.pdf) The suggested Ul should be simple but you can change the look, color, position of the widgets, background etc. but it is suggested to include the following: On the screen you should place two Buttons that will display randomly chosen numbers between 1 and 100 Hint: In Java to generate a random number (from o to 99) you can use the Math class in the following way: (int) (Math.random(100) You will need to choose (tap) on the button displaying the bigger number You should also include a TextView that will keep track of your score ( add a point for correct answer, minus a point for incorrect) . . You can also include a Button displaying text "Play Again" (that can be shown /hidden ) You should create one (txt) file that includes your MainActivity.java and activity main.xml code and submit it through the link below (Attach Files) HW1.pdf

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!