Skip to content

Instantly share code, notes, and snippets.

@valterh4ck3r
Created April 14, 2018 19:13
Show Gist options
  • Save valterh4ck3r/24e3b8d3cb1c6aaec501a11fb82fe1df to your computer and use it in GitHub Desktop.
Save valterh4ck3r/24e3b8d3cb1c6aaec501a11fb82fe1df to your computer and use it in GitHub Desktop.
Load image from file
Picasso.with(context).load("file://"+path).config(Bitmap.Config.RGB_565).fit().centerCrop().into(imageView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment