Skip to content
Advertisement

Tag: android-bitmap

Get Bitmap using a Target in Picasso

I’m working on movies Android app which get list of movies from an API which provides a poster path for all movies. I want to get the image as Bitmap from the image’s URL to save it as a Bitmap variable in the model class. I want to save the image as blob in the DB to retrieve it directly

Advertisement