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
Yup, I could place
TextViews along a curved line.I just used Absolute layouts. I think that was the only possible method.