Wottrich / android-smart-checklist

SmartChecklist is an application with high end technologies about do your tasks easily.
https://play.google.com/store/apps/details?id=wottrich.github.io.androidsmartchecklist
MIT License
8 stars 0 forks source link

[Improvements] Decrease the time to delete an item #86

Closed Wottrich closed 1 year ago

Wottrich commented 1 year ago

Context

After a time I feel keeping pressing button for 800ms (almost 1 second) to delete an item is so long time.

image

Try to decrease to some time which feel good.

Proposal

Test many diferent times to delete item.

You can made a research to understood how long time is commun on the market

Wottrich commented 1 year ago

Based on Human Perception, which says that human reaction time is on the order of a quarter of a second (250ms). I choosed 350ms the time to wait before to delete item.

It's 150ms more then the human reaction avarage.