Saving Drawable reference into SQLite Database -
i want save reference (the integer) of .png files saved in /drawable folder in android app.
i wish use them searchmanager.suggest_column_icon_1 in suggestions list, therefore address needs stored in db.
knowing name of file (for example: fruitsicon.png) value should save in database, in order specify column suggest_column_icon_1?
i insert in db column
android.resource://com.mydomain.appname/drawable/icon1
it worked
Comments
Post a Comment