728x90
반응형
- Class convert : http://pojo.sodhanalibrary.com/Convert
- 먼저 Pojo가 뭔지 아는 것이 중요하다 (http://itewbm.tistory.com/entry/POJOPlain-Old-Java-Object)
- Gson : JSON 포맷 문자열을 Java Objects 타입으로 Convert 하는 라이브러리입니다. OpenAPI 의 대부분이 JSON 포맷으로 결과를 받는 것을 지원하고 샘플에서도 JSON 포맷을 결과로 받기 때문에 여기서는 Gson 을 사용하겠습니다. (출저 : http://akj61300.blog.me/220386544533)
- Okhttp : http://square.github.io/okhttp/
- Retrofit을 이용하기 위한 것이다.
- http://freemmer.tistory.com/108
- http://scw0531.blog.me/220829952304
- Picasso : http://square.github.io/picasso/
- Glide와 비교 : http://kcskiller.blog.me/220259579994
- Glide : https://github.com/wasabeef/glide-transformations
- Butter Knife : http://jakewharton.github.io/butterknife/
728x90
반응형
'Android, iOS' 카테고리의 다른 글
RealTrustRootIndex의 NullPointer가 발생시 (0) | 2016.12.14 |
---|---|
Key 인증과 Google Map API가 싸울 때 (0) | 2016.11.10 |
[안드로이드] 조금 더 어렵게 가보자. ListFragment로 만드는 Custom ListView (0) | 2016.10.11 |
드디어 Fragment를 listView에 담아보자 (0) | 2016.10.10 |
Fragment가 감 잡히려니깐 등장한 inflate (0) | 2016.10.10 |
Comment