how to add switch code and insert case between switch? Permanently deleted user 创建于 2015年03月11日 14:56 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?
Did you find solution to this?