Question: Using Android studio Java Create an android application: 1 . Add 3 more activities ( activity 2 , activity 3 , activity 4 ) and
Using Android studio Java
Create an android application:
Add more activities activity activity activity and title each one
To the main activity, add an image of your choice right below the title then add
buttons to open the added activities. Provide also a multiline EditText to use for
display.
Activity should allow you to throw three die images provided at a click of a button
this activity should display the die corresponding to the numbers rolled. If you roll a
and then display the die images that shows the numbers.
Rules: at least players simulated with play buttons
Each player puts $ in a pot. On each play you bet some $amount.
Each player starts out with total Points
Each player has chances to roll the die, on the last try add up the score point and
add that to the total Points of the player. player does not have to try more than once
if she is ok with the score, but has the option to try again if she think she may get a
better score The player who reaches a total points wins the bet. Show each
player total Points and each player $amount on hisher pot as the play progress.
you may change the points to some other smaller value, or have more than
die
Open activity by sending it some data. The data is an account object
accountNumber balance, bankName from a class Account. You could hard code it
read the values from user, or provide random values. Data must be sent as an
Account object.
Activity gets the Account object, ask the user to choose to deposit some amount to
it or withdraw some amount from it then send back the same account object to main
activity. Main activity then displays the account object it received and displays
whether the balance amount has increased or decreased and by how much.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
