[android-beginners] Re: Switch between views.

2010-06-22 Thread m0ny3t
Tx for rply treking, Everything is working and fine, since i am newbie either in java and android. I am looking for better/good ways if there is any. Do u have nice links u can share? On Jun 21, 11:01 pm, TreKing wrote: > On Mon, Jun 14, 2010 at 9:43 PM, m0ny3t wrote: > > The qu

[android-beginners] Re: Switch between views.

2010-06-14 Thread m0ny3t
Nice replies guyz. Here is my code: Intent intention = new Intent( this, MyView2.class ); intention.putExtra( "param1", "strings of JSON text" ); startActivity( intention ); The question is: 1. Do I did a correct the way calling the other activity?

[android-beginners] Re: Switch between views.

2010-06-14 Thread m0ny3t
Nice replies guyz. Here is my code: Intent intention = new Intent( this, MyView2.class ); intention.putExtra( "param1", "strings of JSON text" ); startActivity( intention ); The question is: 1. Do I did a correct the way calling the other activity?

[android-beginners] Re: Switch between views.

2010-06-14 Thread m0ny3t
Nice replies guyz. Here is my code: Intent intention = new Intent( this, MyView2.class ); intention.putExtra( "param1", "strings of JSON text" ); startActivity( intention ); The question is: 1. Do I did a correct the way calling the other activity?

[android-beginners] Re: Switch between views.

2010-06-14 Thread m0ny3t
which api demo? is this a nice way saying RTFM? at least be kind to give us related link, so we can find out what you mean. On Jun 13, 10:48 pm, sachin ravi wrote: > check the api demo for samples > > On Sun, Jun 13, 2010 at 3:35 PM, Ubuntu Explorer > wrote: > > > > > Hi, > > > I would like t