본문 바로가기

Android

android Context에서 findViewById 호출하는방법

반응형
TextView textView = (TextView) ((Activity)mContext).findViewById(R.id.aTextView);