android - how to replace image of imageview in lollipop? -
here facing problem regarding android v5(lollipop). common method imageview.setimageresource(//id) happily work below android v5(lollipop), not work in lollipop, please suggest me knowledge regarding this
imageview.setimageresource(r.drawable.my_resource); added in api level 1. please read here in official android documentation. maybe you're doing else wrong, method okay use in android lollipop.
you should post code, maybe able you.
Comments
Post a Comment