Re: [android-developers] login problem

2012-02-01 Thread arun kumar
thanks for the reply...its solved On Thu, Feb 2, 2012 at 11:22 AM, unicus unicus wrote: > Use bundle object. > save username and password in bundle object and then pass to intent . > > *More info*, > http://androidbasic-answer.blogspot.com/ > > > -- > You received this message because you are su

Re: [android-developers] login problem

2012-02-01 Thread unicus unicus
Use bundle object. save username and password in bundle object and then pass to intent . *More info*, http://androidbasic-answer.blogspot.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-dev

Re: [android-developers] login problem

2012-02-01 Thread Narendra Singh Rathore
On Sun, Jan 29, 2012 at 3:25 AM, arun kumar wrote: > Hi > > in the first activity am givning the uname and pass values in the > intent...and get that data in the > second activity > > > String login = getIntent().getStringExtra( > "Username"); and this data login value i have to pass to the > >

[android-developers] login problem

2012-01-28 Thread arun kumar
Hi in the first activity am givning the uname and pass values in the intent...and get that data in the second activity String login = getIntent().getStringExtra("Username"); and this data login value i have to pass to the UsernamePasswordCredentials creds = *new* UsernamePasswordCredentials(