Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emergency contacts main menu #14

Open
sellnat77 opened this issue Oct 1, 2014 · 2 comments
Open

Emergency contacts main menu #14

sellnat77 opened this issue Oct 1, 2014 · 2 comments

Comments

@sellnat77
Copy link
Member

  • Guardians
    • Name
    • Phone
    • Address
    • Email
    • Next Appointment
  • Counselor
    • Name
    • Phone
    • Address
    • Email
    • Next Appointment
  • Therapist
    • Name
    • Phone
    • Address
    • Email
    • Next Appointment
  • Doctor
    • Name
    • Phone
    • Address
    • Email
    • Next Appointment
  • Dentist
    • Name
    • Phone
    • Address
    • Email
    • Next Appointment
@jyoti2730
Copy link

Link for multi-pane view layout...!

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

@sellnat77 sellnat77 changed the title Emergency contacts Emergency contacts main menu Oct 3, 2014
@sellnat77
Copy link
Member Author

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

@sellnat77 sellnat77 added this to the 1.0 milestone Oct 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants