What i would like to do is draw a rectangle and put some dynamic text inside,this is possible?
I guess isnt,but there are any way to resolve this??
Anyway im drawing the rectangle using this example here..
rectangle -example
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The example you are giving is rather static. You could also go for a more dynamic approach where you override the onDraw method of a View:
You just then put this View on your panel where you want it. There are of course even more methods to use for this, just have a look at the Canvas class
Or you could of course just some kind of TextView you can customize (add some borders etc).