LifeApp / LifeAppV1

1 stars 0 forks source link

Main scripts menu #5

Closed sellnat77 closed 9 years ago

sellnat77 commented 9 years ago

Design the main scripts menu, "greetings, departures, disagreements, dos and donts"

sellnat77 commented 9 years ago

@sellnat77

sellnat77 commented 9 years ago

Needs to be connected via switch statement in main java file

switch(theView.getId())
{
    case R.id.scripts_button:
        Intent goToScripts = new Intent(this,ScriptsHome.class);
        startActivity(goToScripts);
        break;
               .........
               .........
}