setWillNotCacheDrawing(boolean willNotCacheDrawing) 와 setDrawingCache(boolean DrawingCache)
의 차이점을 알고싶습니다.
setWillNotCacheDrawing : true:캐시없음 false:캐시설정
setDrawingCache: true:캐시없음 false:캐시설정
로그인 유지