How to pass data/parameter values from one activity to another in android?
I have used
loginname=txtloginname.getText().toString(); password=txtpassword
You can use the method:
getStringExtra()