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?
Please sign in to leave a comment.
Did you find solution to this?