How SQLite on Android handles long stings?
- by Levara
Hi!
I'm wondering how Android's implementation of SQLite handles long Strings. Reading from online documentation on sqlite, it said that strings in sqlite are limited to 1 million characters. My strings are definitely smaller.
I'm creating a simple RSS application, and after parsing a html document, and extracting text, I'm having problem saving…