The motivational application uses the "gamification" method. The program was written in Android.
The application can increase your motivation. The concept is simple - choose 10 awards witch you want to achieve. The awards can be one of 3 types:
- Large › what you want to do most, you can have only one in the set
- Medium › 3 awards in the set
- Small › 6 awards in the set
Every award will be save in the card which can have a name, description and image (from a url or local sources). Your 9 cards (without a Large award) will be shuffled with blank cards. The card with a large award will be put at the bottom of the deck.
After you finish your daily task you can draw one card.
The application works the best with the "Pomodoro Technique". You can draw one card when you will finish 1 or 2 intervals.
- creating a deck of cards
- managing decks
- saving to database
- editing cards
- help
SQLite, ORMLite, butterknife, junit, espresso test, picasso The application was written in the MVP pattern.