Regarding xy coordinates

How can i get XY coordinates?

Are you asking about x,y coordinates on a Canvas or about geocoordinates (latitude and longitude) Naga.

How to use x,y coordinates with the Canvas are described Creating Animated Apps .

How to use geocoordinates are described Using the Location Sensor .

Regards,
Steve

Hello Naga. I assume you are using a Canvas? When drawing, you can only input coordinates but if using Sprites, you can input and get output of coordinates. For example, when a Sprite is dragged, this Block reports the coordinates:

WhenSpriteDragged

You will no doubt find example Apps in the App Inventor Gallery.