[android-developers] Re: How to add TextView programmatically inside a View-based class??

2010-01-13 Thread Abolfoooud
Any insight on this?! On Jan 11, 5:14 pm, Abolfoooud fcheh...@yahoo.com wrote: Hi, I have been trying to find a solution for this for the last 3 days but i just failed hit a final answer! I am creating a View-based class where i show a ball bouncing of the sides. I use a Timer to control

[android-developers] Re: How to add TextView programmatically inside a View-based class??

2010-01-13 Thread Brion Emde
Why not put a Layout around your bouncing ball view and then put a textview inside the layout? On Jan 13, 5:42 am, Abolfoooud fcheh...@yahoo.com wrote: Any insight on this?! On Jan 11, 5:14 pm, Abolfoooud fcheh...@yahoo.com wrote: Hi, I have been trying to find a solution for this for