I want to store an image(from url) into a sqlite database.
For that I use:
db = new DataBase(getApplicationContext()); URL url = new URL(\"http://sr
byte[] byteArray = rs.getBytes("columnname"); Bitmap bm = BitmapFactory.decodeByteArray(byteArray, 0 ,byteArray.length);