ayahc1093 / BlackjackSingleDevice

1 stars 1 forks source link

DialogFragment not working #5

Open schreiby opened 9 years ago

schreiby commented 9 years ago

Due to this, player(s) don't have the option to hit or stick. Requires more DialogFragments to incorporate more user input and interaction. Will continue to debug....

schreiby commented 9 years ago

DialogFragment now receives bundle with player's name and score successfully, as of commit f0bc3dbc812fb837ff974833be8266a5a31f910c. Hit or stick buttons still need work.

schreiby commented 9 years ago

Clicking Hit or Stick in AlertDialog no longer crashes program, need to verify that it passes the Boolean data correctly to GamePlayActivity. Kindly see commit 1f9991b15aa573551a62d1296646df1cb2e7e8d0.

schreiby commented 9 years ago

Asks Dealer first, then other players.... Choosing Hit ends the player's turn, same as choosing Stick. Debug, debug, debug....

schreiby commented 9 years ago

Hit and stick working. Still asks Dealer first, then other players. Must debug.