You are getting into one of the areas that worries me a lot. Android development guidelines push hard toward gestures that smooth-scroll the display. There will be lots of places where this interface breaks e-ink. For example, I imagine that in addition to vertical scrolling the cover and list views, the gestures that open and close the grouping drawer are also problematic. The same thing will happen when scrolling book details, in the content server, and even in the settings display.
I might be able to make a fling/scroll in the book list views page instead of scroll, but that will leave all the other problems unresolved. The issue is made more difficult because I can't test it, not having an e-ink device.
Thought is needed ...
|