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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -