CoachMarks icon indicating copy to clipboard operation
CoachMarks copied to clipboard

CoachMarks

Results 2 CoachMarks issues
Sort by recently updated
recently updated
newest added

I just downloaded the CoachMarks and ran the code. This end up with the below output. Is this expected behaviour? Or need to make any change to make the marker...

i have tried to get the position of my view with this code `int[] location = new int[2]; mDemoImageView.getLocationOnScreen(location); int x = location[0]; int y = location[1]; ` and pass...

bug