[android-developers] Re: Append TextViews

2009-06-05 Thread Numan Ahmed
on sat, 6/ 6/ 2009 numan numan@gmail.com
helllo my friends have a nice day
latest summer fashion  more fashion shows videos
visit us http://www.fashioninfokit.com/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Append TextViews

2009-06-05 Thread Numan Ahmed
on sat, 6/ 6/ 2009 numan numan@gmail.com
helllo my friends have a nice day
latest summer fashion  more fashion shows videos
visit us http://www.fashioninfokit.com/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Append TextViews

2009-06-05 Thread Numan Ahmed
on sat, 6/ 6/ 2009 numan numan@gmail.com
helllo my friends have a nice day
latest summer fashion  more fashion shows videos
visit us http://www.fashioninfokit.com/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Append TextViews

2009-06-01 Thread Mark Murphy

Sukitha Udugamasooriya wrote:
 Hi,
 
 I need to append a new TextView s to the current View whenever a user
 hits on a button.
 
 ie: 5 clicks -- the display should have 5 text fields
 
 How do i do this?

Call addView() on the parent container (e.g., LinearLayout) with the
TextView you create through the Java constructor.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need Android talent? Ask on HADO! http://wiki.andmob.org/hado

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Append TextViews

2009-06-01 Thread Sujay Krishna Suresh
i think u r searching for the addcontentview method of an activity...
try it... it may not be the soln... but try it... if its not plz give more
details on ur prob...

On Mon, Jun 1, 2009 at 5:18 PM, Sukitha Udugamasooriya suk...@gmail.comwrote:


 Hi,

 I need to append a new TextView s to the current View whenever a user
 hits on a button.

 ie: 5 clicks -- the display should have 5 text fields

 How do i do this?

 Thank you
 



-- 
Regards,
Sujay
Carl Sandburghttp://www.brainyquote.com/quotes/authors/c/carl_sandburg.html
- I'm an idealist. I don't know where I'm going, but I'm on my way.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Append TextViews

2009-06-01 Thread Saurav Mukherjee
use new operator and add to the view without removing the earlier ones...
On Mon, Jun 1, 2009 at 5:18 PM, Sukitha Udugamasooriya suk...@gmail.comwrote:


 Hi,

 I need to append a new TextView s to the current View whenever a user
 hits on a button.

 ie: 5 clicks -- the display should have 5 text fields

 How do i do this?

 Thank you
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---