[android-developers] Re: Changing Textview dynamically in the same activity/

2010-03-17 Thread javame_android
Hi, Is there anyone who has developed such an application before? I just want to make a Quiz Application where Questions will be fetched from the database. So, I don't want to have a separate Activity for each question, just to replace the questions and answers which will be in checkbox. Can

[android-developers] Re: Changing Textview dynamically in the same activity/

2010-03-17 Thread skink
On Mar 17, 9:07 am, javame_android su...@softwebsolutions.com wrote: Can anyone let me know how to do this or give me some idea of doing this then it will really helpful. Hope to get a reply soon. TextSwitcher is exactly what you need, try it pskink -- You received this message because

[android-developers] Re: Changing Textview dynamically in the same activity/

2010-03-16 Thread skink
javame_android wrote: Hi, I am trying to develop a simple application where users need to answer certain questions. I want that the textview should be changed dynamically in the same activity with sliding to left or right animation. Can someone let me know how to do this? Regards

[android-developers] Re: Changing Textview dynamically in the same activity/

2010-03-16 Thread javame_android
Hi, Thanks a lot for replying. I will look into TextSwitcher. Can we use ViewSwitcher to switch between entire views. Actually I am developing a Quiz like game. And I don't want to have another views for every question. So, what could we do for just replacing the question that will be in