안드로이드
Fragment에서 findViewById 사용
동띵
2022. 1. 1. 14:39
fragment에서 findViewById를 사용하려면 오류가 난다.
이때 view를 inflate 한 후 return 해주면 findViewById를 사용할 수 있다.