helloworld1 / AnyMemo

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

Toast instead of notify during conversion #479

Closed gaul closed 3 years ago

gaul commented 5 years ago

Android docs recommend this since we only display simple feedback:

https://ux.stackexchange.com/questions/76288/android-toast-vs-alert-dialog

References #458.

helloworld1 commented 5 years ago

I don't quite agree using Toast in this case since Notification can work when the app is in background. Also foreground notification will the conversion process less likely to be killed by the system when the app is in background.

gaul commented 5 years ago

These notifications are not actually displaying though.

gaul commented 5 years ago

Also, how long do we expect these conversions to take? I observe at most a few seconds with thousands of cards.

gaul commented 3 years ago

Abandoning.