Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.19 KB

File metadata and controls

50 lines (37 loc) · 2.19 KB

Android http Communication Library

sample codes for Android http Communication Library

Demo scenario

Sample Codes

Volley

ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/VolleySample1

OKHttp

ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/OkHttpSample1

Retrofit

ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/RetrofitSample1

Ion

ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/IonSample1

ex2) get json and parse
https://github.com/ohwada/Android_Samples/tree/master/IonSample2

ex3) get image and display in ImageView
https://github.com/ohwada/Android_Samples/tree/master/IonSAmple3

ex4) Weather Report with Livedoor Weather API
https://github.com/ohwada/Android_Samples/tree/master/LivedoorWeather