05-18 22:35
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

코딩일지

retrofit 이용한 안드로이드와 서버 간 네트워킹 본문

코딩/안드로이드

retrofit 이용한 안드로이드와 서버 간 네트워킹

여유거북이 2017. 4. 5. 20:13

먼저 gradle파일에 compile부분을 추가해줍니다.


그러면 retrofit에 해당하는 문법이 자동완성됩니다.





예))

dependencies {
.
    .


compile 'com.squareup.retrofit2:retrofit:2.1.0'

compile 'com.squareup.retrofit2:converter-gson:2.1.0'


}


'코딩 > 안드로이드' 카테고리의 다른 글

안드로이드 스튜디오 2.3 한글깨짐 현상  (0) 2017.09.06
Comments