sample codes for Android http Communication Library
-
get plane text from web server
https://raw.githubusercontent.com/ohwada/Android_Samples/master/data/sample.txt -
post form format data to web server
web server echo back post variables
http://ohwada.php.xdomain.jp/post.php -
get json text from web server, and parse json
https://raw.githubusercontent.com/ohwada/Android_Samples/master/data/sample.json.txt -
get image from web server, and display in ImageView
ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/VolleySample1
ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/OkHttpSample1
ex1) get and post
https://github.com/ohwada/Android_Samples/tree/master/RetrofitSample1
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

