Develop/Resolve errors

Android Retrofit response null 처리하고 싶을 때 (해결방안 없음 주의)

안다희 2019. 2. 5. 00:40
728x90
if (response.body() != null && response.isSuccessful())

해봤지만 안돼서 그냥 try catch 했다


출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]