Mocket is an android application helping users to memorize words.
- Unique testing system helping users to memorize words in lifetime.
- Supports built in dictionary. Users can lookup words and directly add to memory list.
- Keeps bothering users to finish daily test. (A duration can be configurable).
- Supports a fun card game(words get picked randomly form memory list).
- Shows a graph that contains statics of memory, game, and test.
According to Ebbinghaus's forget curve, people get a stronger memory when they are able to recall it longer period of time.
So, Mocket gives tests in certain periods.
As shown on above picture, it gives tests everyday for first three days. After that, the period gets longer, and this helps users to memorize words for lifetime.
- MPAndroidChart in graph feature.
- Glide to optimize images.
- EasyFlipView for card flipping animation.
- Used Firebase Realtime Database.
- It stores encrypted passwords.
- After signup, email verification should be done to login.
- When forgot password, users can send password reset link to their emails.
- When adding words, users can lookup on built in dictionary.
- Supports pronunciation feature.
- Today's memory list has all words added on that day.
- Users can have a quiz for today's memorized words.
This screen has two fun features, daily test and game.
- For certain period mentioned earlier, all the words, which should be tested today, will be shown on the cards.
- After guessing a definition of the shown word, users flip the card.
- Confused emoticon: keep it in the iteration.
- Confidence emoticon: remove the word from the iteration.
- It iterates until no word left.
- For each word, 4 random definitions will appear.
- Users choose a definition from the 4 options.
- Correct and incorrect count will be shown on upper right.
- A graph shows statistics about number of morized words, number of words tested, number of correct-and-incorrect counts in game.
- There are three time period options(weekly, monthly, and yearly)
- Under the graph, there is a list of all the words that a user memorized.
- On settings, users can set time duration for daily test notification and switch of vibration.
- Users can edit their profile, logout, or completely delete their account.