ClickableAreasImages
ClickableAreasImages copied to clipboard
An android library which lets you define clickable areas in your images.
I have these lines in build.gradle ``` implementation 'com.github.Lukle:ClickableAreasImages:v0.1' implementation 'com.github.chrisbanes:PhotoView:2.0.0' ``` And inside my activity: `ClickableAreasImage clickableAreasImage = new ClickableAreasImage(new PhotoViewAttacher(imgSchool), this);` Android Studio pointed me this error: ...
also write some tests, migrate to new gradle and add kotlin
I'm trying to use external image files as my resource for the clickable images but it doesn't seem to work with imageView.setImageBitmap. The images does appear but the clickable areas...
im trying to use it with API 28 - Android Pie and it's not working
i am retrieving image from url but it's not showing image properly
if i change app compact layout to android x app compact and change complie version above 25 then not working
how to set x,y coordination and get perfect location of area
How to Highlight the Region with rectangle Box .?