Open onecoders opened 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
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
Android ListView : Custom Adapter and Layout - See more at: http://www.survivingwithandroid.com/2012/10/android-listview-custom-adapter-and.html
Android ListView – Tutorial and basic example - See more at: http://www.survivingwithandroid.com/2012/09/listviewpart-1.html
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
Weather app in play store: https://play.google.com/store/apps/details?id=com.survivingwithandroid.weatherapp
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)