• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to store image in andoid!!

wounded

Newbie
hi everyone,

i will be thankfull for help me ,i faced many problem about how to deal with image in android app,the fist problem i have create this database :



db.execSQL(
"CREATE TABLE IF NOT EXISTS myTable(Email VARCHAR,FirstName VARCHAR,LastName VARCHAR,mypic BLOB);");


db.execSQL("INSERT INTO myTable VALUES('AL-safa@hotmail.com','wundedSoul','both',??????);");

in the "??????" i dont know how to insert images into database,i saw many toturials ,each one gives different ways...​

another question those images where are located in SD card or drawable or in folder on my decktop or where...​

i hope to get help,acutally i'm despair i spent alot of time with no thing..
thank u in advance
(sorry for my language :D)​
 
Back
Top Bottom