jeudi 23 juillet 2015

How to save image path/image to database where i have my images in my drawable folder?

I have store all my images at the drawable folder in my app. How do i store the path of the image in my drawable folder to database?

db.addWords(new Words(1,"apple","applepathdrawable" ,1));

How do you put in that "applepathdrawable"?

Sorry it's my first time using database on android. Currently using SQLiteDatabase..

Aucun commentaire:

Enregistrer un commentaire