A simple app to generate random decisions you may encounter in your everyday life.
- Flip a coin
- Roll a dice
- Split a group into teams
- Shuffle ordering of a list
- Randomly choose one element from a set
- Generate a random number in range
To open in Eclipse IDE:
- open Eclipse ADT and select "File > Import"
- next select "Android > Existing Android Code" from the file chooser
- browse to the Android/ directory
- click finish
- run src/HomeScreen
- might have to refactor the project name to RandomGenerator if eclipse did not set it correctly