개발툴 : Android Studio (안드로이드 개발툴) / Postman (서버 데이터를 보기 위한 툴) Volley 라이브러리를 사용하다가 Retrofit2로 변경하였습니다. AndroidManifest.xml Build.gradle(:app) dependensies { //로그를 남기기 위한 라이브러리 implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0' //retrofit 통신을 위한 라이브러리 implementation 'com.squareup.retrofit2:converter-gson:2.6.2' implementation 'com.squareup.retrofit2:retrofit:2.6.2' implementation 'com..