2

In my application the user can upload an image, then he can select a part of it using the android CROP Function (see example image 1).

I want to get the coordinates of the selected area (see example image 2) by the user using the CROP Function or other similar method.

Example Image 1

Example Image 2

lockdawn
  • 48
  • 6

1 Answers1

1

This Github project is exact solution for your query

Project link: https://github.com/yulu/crop-image-layout

Output

enter image description here

Vignes
  • 390
  • 4
  • 11