helloworld1 / AnyMemo

Advanced Spaced Repetition flashcard learning software for Android.
http://www.anymemo.org
GNU General Public License v2.0
151 stars 55 forks source link

Application-wide User Learning Statistics #408

Open xie-dongping opened 8 years ago

xie-dongping commented 8 years ago

Implementing a simple app based statistics can solve the following problems:

Things that I have in mind are e.g.:

IMO, the statistics function is the most motivating part of a flash card software. So if you think it is alright, I can have a look a it.

helloworld1 commented 8 years ago

That is a good thing to have and motivate people with multiple card sets. I think one way to implement is retrieving statistics only for dbs in the recent list so we will not iterate through every db in AnyMemo folder. We might cache the value in shared preference when we are retrieving recent list. If you have any better suggestions, let me know.