LifeApp / LifeAppV1

1 stars 0 forks source link

Emergency contacts main menu #14

Open sellnat77 opened 10 years ago

sellnat77 commented 10 years ago
jyoti2730 commented 10 years ago

Link for multi-pane view layout...!

http://developer.android.com/design/patterns/multi-pane-layouts.html

sellnat77 commented 10 years ago
switch(v.getId())
{
    case R.id.emergency_button:
        Intent goToemergency = new Intent(this,EmergencyHome.class);
        startActivity(goToemergency);
        break;