I have valid jpg files and now I want to load them into a layout containing ImageView. I have code for findViewId (R.id.myimage). I followed a few code examples using File, but that didn't work. The file is stored in /data/data/com.myapp/files/someimage.jpg.
What is the easiest and most efficient way to load and display?
android jpeg load imageview
mobibob
source share