강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

draphoe님의 프로필 이미지
draphoe

작성한 질문수

Do it! 안드로이드 앱 프로그래밍 저자 정재곤 박사 직강 동영상 강좌!

22강 - 레이아웃 인플레이션 (3)

버튼 누르면 application이 그냥 종료 됩니다.

작성

·

237

0

public void onButon1Clicked(View v) { LinearLayout container = (LinearLayout) findViewById(R.id.container); LayoutInflater inflater= (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); inflater.inflate(R.layout.sub_layout, container, true) }

답변

답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!
draphoe님의 프로필 이미지
draphoe

작성한 질문수

질문하기