[자바 클래스 에서]
int status = NetworkUtils.WIFI // error
intstatus = NetworkUtils.Companion.getWIFI(); // success
참고 [코틀린 클래스 에서]
val status = NetworkUtils.WIFI // success
https://altongmon.tistory.com/614
'Frontend > Android' 카테고리의 다른 글
[Android] Repositroy 패턴 설명 블로그 정리 (0) | 2020.05.06 |
---|---|
[Android] LiveData + ViewModel 설명 잘 돼 있는 블로그 (0) | 2020.05.06 |
[Android] Custom RadioButton 배경색, 글자색 변경 참고 블로그 (0) | 2020.04.22 |
[Android] Paging 라이브러리 동작 원리 (0) | 2020.04.01 |
[Android] Service, Receiver, Alarm 구현 시 참고한 블로그 (0) | 2020.03.24 |