Check for values being converted when stored in SQLite
I hit an annoying problem when testing my Android app on one of my devices (running Android 4.2.2), where values saved into the SQLite database are converted in certain cases. This is most likely a SQLite issue, but can’t confirm it So, I created a column in my SQLite Table […]