CoachMarks
CoachMarks copied to clipboard
Mark doesn't show on the view position
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 x and y to the
Point anchorTop = new Point(x, y);
but the coachMarks shows up in another position on the screen. can you add some more samples.
This library is still in dev phase. Will add more samples in coming month. Can you post screenshot of your problem in meantime.