imp file2 intent
Login @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_loginactivity); t1=(TextView)findViewById(R.id.tx1); e1=(EditText)findViewById(R.id.edt1); t2=(TextView)findViewById(R.id.tx2); e2=(EditText)findViewById(R.id.edt2); b1=(Button) findViewById(R.id.btn1); b1.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) ...