@Override
protected void onListItem(ListView l, View v, int position, long id) {
super.onListItem(l, v, position, id);
switch (position) {
case 0:
Intent intent1 = new Intent(getApplicationContext(), intent1.class);
startActivity(intent1);
break;
}
저기 위에 빨간부분 오류뜨는데 이유좀 알려주실분..부탁드림
※ 클릭영어로 적합한 단어아니래서 지우고 올렷어
댓글 0