LayoutInflater 썸네일형 리스트형 [Android] LayoutInflater 사용시 주의점 혹시 아래와 같이 소스를 사용하시는 분! LayoutInflater layoutInflator = LayoutInflater.from(getContext()); 특히, getview 안이나 자주 호출되는 함수, 반복문에 사용할때 아래 글을 읽어주세요. 위와 같이 사용하면 아래와 같은 warning과 함께 버벅 대기 시작합니다. Skipped xx frames! The application may be doing too much work on its main thread. 이럴 경우 LayoutInflater를 호출 할때 아래와 같이 이용하세요.LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER.. 더보기 이전 1 다음