Re: [android-developers] switching views

2012-02-29 Thread vani reddy
Hey, I dont want to show multiple activities in a screen i want to show multiple views in a single activity On Tue, Feb 28, 2012 at 11:39 AM, abhijeet tomar abhijeet...@gmail.comwrote: Hi...you have to try TabHost it is a better option for show multiple activities in one screen or as your

Re: [android-developers] switching views

2012-02-29 Thread vani reddy
Hey Treking, I am developing apps for api level 10 onwards.How can I use Fragments in 2.3.5?? On Wed, Feb 29, 2012 at 6:41 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hey, I dont want to show multiple activities in a screen i want to show multiple views in a single activity On Tue,

Re: [android-developers] switching views

2012-02-29 Thread T.M.S.VIJAYKUMARR
Hi Vani, Create own framework and try it. On Wed, Feb 29, 2012 at 6:43 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hey Treking, I am developing apps for api level 10 onwards.How can I use Fragments in 2.3.5?? On Wed, Feb 29, 2012 at 6:41 PM, vani reddy vani.reddy.bl...@gmail.comwrote:

Re: [android-developers] switching views

2012-02-29 Thread abhijeet tomar
yes...u have to show multiple views withthe help of TabHostgenrally all the apps used TabHost... -- 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

Re: [android-developers] switching views

2012-02-29 Thread TreKing
On Wed, Feb 29, 2012 at 7:13 AM, vani reddy vani.reddy.bl...@gmail.comwrote: I am developing apps for api level 10 onwards.How can I use Fragments in 2.3.5?? Yes, there is a compatibility library in the SDK.

Re: [android-developers] switching views

2012-02-27 Thread nageswara rao rajana
try fragments... On Mon, Feb 27, 2012 at 4:26 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, How to create switching views in android in the same activity ,like the attached snapshot of iPad..Please give any clue or any links which will help me to proceed further.

Re: [android-developers] switching views

2012-02-27 Thread vani reddy
No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... On Mon, Feb 27, 2012 at 4:26 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, How to create switching views in android in the same

Re: [android-developers] switching views

2012-02-27 Thread T.M.S.VIJAYKUMARR
You can try with tabhost instead of Dialog. On Mon, Feb 27, 2012 at 4:48 PM, vani reddy vani.reddy.bl...@gmail.comwrote: No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... On Mon, Feb 27, 2012 at

Re: [android-developers] switching views

2012-02-27 Thread TreKing
On Mon, Feb 27, 2012 at 5:18 AM, vani reddy vani.reddy.bl...@gmail.comwrote: No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... You can use Fragments in phone. That's kind of the point of them.

Re: [android-developers] switching views

2012-02-27 Thread abhijeet tomar
Hi...you have to try TabHost it is a better option for show multiple activities in one screen or as your requirementall the best -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Switching Views/Popup Window

2011-02-11 Thread Kostya Vasilyev
You can pass data into a new activity by setting extras on the intent or by specifying a data URI. Both ways are documented under Intent. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 12.02.2011 1:07 пользователь David Lyons wireddot...@googlemail.com написал: Hi there, I'm having a

Re: [android-developers] Switching views with RadioButton and saving views in Bundle

2010-03-07 Thread Mark Murphy
ThemePark wrote: The idea is to change the views, whenever I press one of the radio buttons. When I press a button the first time everything works out fine, but the second time I press a button, I get an IllegalStateException, and I can't quite see why I'm getting this. The full Java stack