hello all i am developing an android application which listen to incoming whatsapp notification and show it in listView using NotificationListenerService. i need he
Storing Bitmap images in a SQL is actually a bad idea.
My suggestion is to save you images online and save the URL link in the database.
You can take the URL from the database and show it in your app using Picasso (link).
Also, remember to ask for internet permission in your app to load images from a url.