Free weather API for developers
http://openweathermap.org/API/
http://openweathermap.org/weather-conditions
https://gist.github.com/anonymous/6b306e1f6a21b3718fa4
https://gist.github.com/anonymous/9d251540d992efd5ffab
How to work with logging
$ adb logcat
$ adb -s emulator-5554 logcat
Steps to run application on android device:
$ git clone https://github.com/android-labs/Sunshine.git
$ cd Sunshine
$ git checkout Lesson_2_Connect_Sunshine_to_the_Cloud
$ ./gradlew assembleDebug
$ adb install -r app/build/outputs/apk/app-debug-unaligned.apk
$ adb shell am start -n com.example.android.sunshine.app/.MainActivity
On app press refresh button on top right menu, and you will get updated data
<img src=/files/img/labs/videos/courses/android/udacity/2014/developing_android_apps/2/pic_1.png" alt="Create a New Android Studio Project">