[안드로이드] 현재 화면 나두고 그 위헤 새로운 창 띄우기 썸네일형 리스트형 [안드로이드] 현재 화면 나두고 그 위헤 새로운 창 띄우기 channerBtn.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub Intent intent = new Intent(getWindow().getContext(), Channel.class); //startActivity(intent); startActivityForResult(intent, ACT_EDIT); //dismissDialog(0); } }); 더보기 이전 1 다음