How to implement SQLite database to store Bitmap Image and Text?
问题 hello all i am developing an android application which listen to incoming whatsapp notification and show it in listView using NotificationListenerService . i need help in sqlite database to store notifications and retrieve data and show in listView. data is one Bitmap image and text string... following is code am trying.. databaseHandler public class DatabaseHandler extends SQLiteOpenHelper{ // Database Version private static final int DATABASE_VERSION = 1; // Database Name private static