Assignment 3A: Rock/Paper/Scissors (Version A)

Assignment 3A — Rock/Paper/Scissors app version A wants us to begin working on an Android application based on the hand game "Rock-Paper-Scissors". The goal of "Version A" is to have three working Buttons, titled Rock, Paper, and Scissors. Upon clicking each button, the TextView displayed in the bottom-center should say "Rock", "Paper", or "Scissors" respectively.

Process:

In RPSVa.java:

This is what the application looks like on startup.

This is what the app looks like upon clicking the "Paper" Button.


Assignment Page