[android] data binding sample with Volleyer + Jackson
2015-09-25
준비 android studio 1.4 이상 (1.3은 안됨) 환경설정 – Appearance & Behavior – System Setting – Updates – Automatically check updates for 를 Beta Channel로 선택하면 베타로 업데이트 할 수Read More →
준비 android studio 1.4 이상 (1.3은 안됨) 환경설정 – Appearance & Behavior – System Setting – Updates – Automatically check updates for 를 Beta Channel로 선택하면 베타로 업데이트 할 수Read More →
Volley를 더 쉽고 강력하게, Volley Extensions 를 읽다 보니 Jackson이라는 JSON parser가 성능이 좋다는 말이 나와서 예제를 만들어 봤다. (고수들은 왜 더 쉬운 예제를 만들어주지 않는 걸까? ㅠㅠ) 일단 http://susemi99.kr/3089Read More →
volley에 대해 검색하다가 Volley를 더 쉽고 강력하게, Volley Extensions 글을 봤다. 소스는 https://github.com/naver/volley-extensions 에 있지만, 솔직히 허접한 내 실력에는 저 소스를 보고 예제 만들기조차 힘들었다 ;;;; 나 같은 사람이 분명히 또Read More →