hi,
do you help me please... I tried :
ImageButton imgbt=(ImageButton)findViewById(R.id.imgbutton);
Uri imgUri=Uri.parse("/data/data/MYFOLDER/myimage.png"); (i suppose it was saved in this location)
imgbt.setImageUri(imgUri);
but i diden't see nothing [simply a void button]
thanx