Play Store: Click Me to View Random Team Generator in the Google Play Store
###Description A quick little tool for games, parties, and other social gatherings for people who want to randomize their teams quickly and efficiently. Simple as that!
- Allows users to save, open, update, and delete list presets using the persistence of the
SQLite
database. - This app incorporates the use of Google Play Services Library Admob for displaying unobtrusive ads.
- Uses a
Floating Action Button
for the most common action, which is adding a name to the list to be randomized. - Has the ability to randomize in to any number of teams given that the number of teams are <= the number of people.
###Additional Info Import using Android Studio. Compile and Run.
This app implemented with ads from Admob, however it is disabled.
If you want to activate ads go to the strings.xml
and modify the admob_unit_id
string like so:
<string name="admob_unit_id">YOUR_AD_MOB_UNIT_ID</string>
###Credits
Character names belong to Game Of Thrones, George R.R. Martin, and their appropriate owners.
This app for designed for Android 4.0+.