HTTP, Async, Gson, 이미지 라이브러리 & Json Parse
HTTP, Async, Gson, 이미지 라이브러리/** * HTTPClient Library * https://github.com/smarek/httpclient-android */implementation 'cz.msebera.android:httpclient:4.5.8' /** * Loopj Http Library * https://github.com/loopj/android-async-http */implementation 'com.loopj.android:android-async-http:1.4.9' /** * Gson * https://github.com/google/gson */implementation 'com.google.code.gson:gson:2.8.2' /** * 이미지 라이브러리..