I wanna make an app for novel reader. The main problems are line splits and text persistence. The former one is easy. But how to persist a long text on a watch?
some calculations:
For English, 8kB can hold 8*1024=8096 ASCII chars.
For the Chinese, IIRC, the amount is half. 4096. One Chinese character takes 2B. I don't think it is enough.
Maybe I can design an algorithm to split the novel into multiple and store them in multi-key Object storage.
Do you have any better idea? Thanks for your watch.