Android Weather Application

The Android application is developed for Weather forecast.

User can learn several skills from this App.

  1. AsyncTaskLoader JsonAsyncTaskLoader.java

  2. Android JsonParser JsonYahooWeather.java JsonYahooPlace.java

  3. Floating Button with/without movement(Copy RippleView related files from other github repository) RippleView.java WeatherActivity.java

  4. GPS request LocActivity.java

  5. Yahoo weather and placefinder API JsonAsyncTaskLoader.java WeatherActivity.java

alt tag alt tag alt tag

Reference:

https://developer.yahoo.com/weather/ http://www.survivingwithandroid.com/2014/02/android-weather-app-tutorial-step-by.html http://developer.android.com/reference/android/content/AsyncTaskLoader.html http://www.vogella.com/tutorials/AndroidLocationAPI/article.html http://developer.android.com/reference/android/location/LocationManager.html#requestLocationUpdates(java.lang.String,%20long,%20float,%20android.location.LocationListener) https://github.com/traex/RippleEffect