GitXplorerGitXplorer
g

gbullock-reflex

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a91252793db74cf0d0fd14414d42df8f81501c01

Fixed image file not displaying properly

ggarburator committed 9 years ago
Unverified
804f9e298424cafcbdd5a7285dacb01b57f05b5b

Removed UML dia, added UML image file

ggarburator committed 9 years ago
Unverified
7f706ad209e3c03d2096421eeef86533feb2a281

Update README.md

ggarburator committed 9 years ago
Unverified
d811bdfdfe56ed213dc58db4adbbea8b57c7d708

Update README.md

ggarburator committed 9 years ago
Unverified
ef145aaf2d3ec8d1a2190376d2ea364cfd4e10e0

Update README.md

ggarburator committed 9 years ago
Unverified
fc3ff516f0648f105cc5c93790d1e240237cc0b0

Moved bin and doc into the proper folders

ggarburator committed 9 years ago

README

The README file for this repository.

gbullock-reflex

Reflex tester and trivia game aid

A working apk can be found at the app/bin/app-debug.apk. After installation it will appear under the name gbullock-reflex in the launcher.

UML Documentation can be found at app/doc/gbullock-reflex_UML.dia

A video demonstration can be found on youtube at: https://www.youtube.com/watch?v=xrWXONjvNKk

Sources

All sources that reference code are also listed in the source code with proper attribution.

Random Numbers: http://stackoverflow.com/questions/6029495/how-can-i-generate-random-number-in-specific-range-in-android Load/Saves: https://github.com/joshua2ua/lonelyTwitter ArrayList average: http://stackoverflow.com/questions/10791568/calculating-average-of-an-array-list Launching Intent with alternate layouts: http://stackoverflow.com/questions/7175881/android-start-intent-with-different-layout Email Stats: https://developer.android.com/guide/components/intents-common.html Pop ups: http://developer.android.com/guide/topics/ui/dialogs.html Handler: http://developer.android.com/reference/android/os/Handler.html