I am saving a bitmap value in SQLite
by encoding it into base64
. I need to create a JSON array
for all my SQLite values. I am using a a cursor to get all my values from SQLite.
But the cursor does not hold the whole base64 value, only half base64 bits.
How can I resolve this?