Android의 컨텍스트에서 작업 가져오기 이 사람 때문에 곤란해요. 사용자 지정 레이아웃 클래스 내에서 활동 방법을 호출해야 합니다.이 경우의 문제점은 레이아웃 내에서 작업에 액세스하는 방법을 알 수 없다는 것입니다. 종단 뷰 public class ProfileView extends LinearLayout { TextView profileTitleTextView; ImageView profileScreenImageButton; boolean isEmpty; ProfileData data; String name; public ProfileView(Context context, AttributeSet attrs, String name, final ProfileData profileData) { super..