how to add switch code and insert case between switch?

how to create switch code ?

switch(v.getId){
case R.id.title:
break;
case R.id.content:
break;
default:
break;
}

if i have the switch,and how to insert case into switch?

0
1 comment
Avatar
Permanently deleted user

Did you find solution to this?

0

Please sign in to leave a comment.