nilodp
nilodp
Hello! could someone fix these errors!
Hi! Sorry! I wrote there [(https://github.com/LukasLechnerDev/ClickableAreasImages/issues/11)} I am use this! ` implementation 'com.github.Lukle:ClickableAreasImages:v0.1'` Is correct?
> > Hello! > > could someone fix these errors! > > Hi, the latest version is fully compatible with Android 9+, what issue are you experiencing? Hello! I do...
> > ok. big problem solved. I had my drawables in mdpi - xxxhdpi folders. that was the problem all along. so i put my original drawables in a nodpi...
really dont work! `image.setImageResource(R.drawable.nameOfFile);` WORK `Drawable drawable = Drawable.createFromPath(realTimePath); image.setImageDrawable(drawable);` DON'T WORK I am use for set image in real time!