In this article you will learn how to send data from one Activity to another Activity,I created two activity AndroidLoginActivity and LoginSuccess, in the LoinSuccess Activity will display logged user name.
Create Android project visit my previous example First Android Application in Eclipse Hello world Android Example, Un check the
Add OnClickListener to Button and Send Data to next Activity/* Set OnClickListner to the login button */
Button login = (Button) findViewById(R.id.btn_logi...
↧