onecoders / NetEase

NetEase Example
6 stars 6 forks source link

Some Good Article in surviving with android #33

Open onecoders opened 11 years ago

onecoders commented 11 years ago
onecoders commented 11 years ago

Android HTTP Client: GET, POST, Download, Upload, Multipart Request - See more at: http://www.survivingwithandroid.com/2013/05/android-http-downlod-upload-multipart.html & Android Apache HTTP Client: Post, Download, Upload multipart http://www.survivingwithandroid.com/2013/06/android-apache-http-client.html

onecoders commented 11 years ago

Android ListView : Custom Filter and Filterable interface - See more at: http://www.survivingwithandroid.com/2012/10/android-listview-custom-filter-and.html#sthash.kK9GalJF.dpuf

onecoders commented 11 years ago

Android ListView : Custom Adapter and Layout - See more at: http://www.survivingwithandroid.com/2012/10/android-listview-custom-adapter-and.html

onecoders commented 11 years ago

Android ListView – Tutorial and basic example - See more at: http://www.survivingwithandroid.com/2012/09/listviewpart-1.html

onecoders commented 11 years ago

Android weather app: JSON, HTTP and Openweathermap - See more at: http://www.survivingwithandroid.com/2013/05/build-weather-app-json-http-android.html#sthash.M5VnDoco.dpuf &Code at github: https://github.com/survivingwithandroid/Surviving-with-android

onecoders commented 11 years ago

Weather app in play store: https://play.google.com/store/apps/details?id=com.survivingwithandroid.weatherapp

onecoders commented 11 years ago

Android app development :weather app with forecast http://www.survivingwithandroid.com/2013/08/android-app-development-weather-app.html

HTTP connection
AsyncTask (to not have ANR problems)
JSON parsing
Data model (that holds the JSON data)