tags:

views:

18

answers:

1

Hi All,
Is it possible to place the TextView in some position which i calculate within my code.
I have the x and y position with me (which i get after the calculation) and i just want to place the TextView in that position.

How can i implement it?
Please Help.

Thanks,
Sen

A: 

Yup, I could place textViews along a curved line. I just used Absolute layouts.. Hope that was the only possible method.

Sen