Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

4.02 start code for lesson 4 #311

Open
wants to merge 34 commits into
base: 1.01_hello_world
Choose a base branch
from

Commits on Mar 4, 2015

  1. 1.02 Add list item forecast layout

    Lyla committed Mar 4, 2015
    4 Configuration menu
    Copy the full SHA
    e9f367e View commit details
    Browse the repository at this point in the history
  2. 1.03 Update fragment layout

    Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    fab554b View commit details
    Browse the repository at this point in the history
  3. 1.04 Add dummy data

    Lyla committed Mar 4, 2015
    7 Configuration menu
    Copy the full SHA
    de032c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0281f77 View commit details
    Browse the repository at this point in the history
  5. 1.06 Hook the adapter up to the ListView

    Lyla committed Mar 4, 2015
    13 Configuration menu
    Copy the full SHA
    1d42493 View commit details
    Browse the repository at this point in the history
  6. 2.01 Add the network call code

    Lyla committed Mar 4, 2015
    4 Configuration menu
    Copy the full SHA
    ea6e195 View commit details
    Browse the repository at this point in the history
  7. 2.02 rename Placeholder -> Forecast

    Lyla committed Mar 4, 2015
    7 Configuration menu
    Copy the full SHA
    370d9bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27e83bd View commit details
    Browse the repository at this point in the history
  9. 2.02 Refactor logging string into constant

    sdspikes authored and Lyla committed Mar 4, 2015
    14 Configuration menu
    Copy the full SHA
    1e4314f View commit details
    Browse the repository at this point in the history
  10. 2.03 Add xml for refresh menu item

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    fa5e923 View commit details
    Browse the repository at this point in the history
  11. 2.04 Inflate menu

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    f7f49a8 View commit details
    Browse the repository at this point in the history
  12. 2.05 Execute FetchWeatherTask

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    f18784f View commit details
    Browse the repository at this point in the history
  13. 2.06 Add Internet permission

    sdspikes authored and Lyla committed Mar 4, 2015
    2 Configuration menu
    Copy the full SHA
    d1579a4 View commit details
    Browse the repository at this point in the history
  14. 2.07 Build URL with params

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    30afc9f View commit details
    Browse the repository at this point in the history
  15. 2.08 Add in JSON parsing code

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    c281fef View commit details
    Browse the repository at this point in the history
  16. 2.09 Update the adapter so that the data is displayed

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    c8542c3 View commit details
    Browse the repository at this point in the history
  17. 3.00 remove verbose logging statements

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    2141b9c View commit details
    Browse the repository at this point in the history
  18. 3.01 Add toast on item click

    sdspikes authored and Lyla committed Mar 4, 2015
    4 Configuration menu
    Copy the full SHA
    bd57648 View commit details
    Browse the repository at this point in the history
  19. 3.02 Create new DetailActivity

    Lyla committed Mar 4, 2015
    2 Configuration menu
    Copy the full SHA
    e8e638d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4a61c5a View commit details
    Browse the repository at this point in the history
  21. 2 Configuration menu
    Copy the full SHA
    0d060ff View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    296319f View commit details
    Browse the repository at this point in the history
  23. 3.06 Launch the settings activity when the settings menu item is sele…

    …cted
    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    fd12441 View commit details
    Browse the repository at this point in the history
  24. 3.07 Add location setting xml

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    d5eebe9 View commit details
    Browse the repository at this point in the history
  25. 3.08 Inflate view in SettingsActivity

    sdspikes authored and Lyla committed Mar 4, 2015
    3 Configuration menu
    Copy the full SHA
    5204747 View commit details
    Browse the repository at this point in the history
  26. 3.09 Get location from shared prefs

    sdspikes authored and Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    a01a072 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    29db009 View commit details
    Browse the repository at this point in the history
  28. 3.11 Add fully functional units setting

    sdspikes authored and Lyla committed Mar 4, 2015
    8 Configuration menu
    Copy the full SHA
    cdd3f2c View commit details
    Browse the repository at this point in the history
  29. 3.12 Add map intent from new menu item

    Lyla committed Mar 4, 2015
    5 Configuration menu
    Copy the full SHA
    745a01e View commit details
    Browse the repository at this point in the history
  30. 14 Configuration menu
    Copy the full SHA
    f63ba9f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    35bbc96 View commit details
    Browse the repository at this point in the history
  32. Revert "4.1 Lifecycle Events quiz -- add log statements to MainActivi…

    …ty lifecycle handlers"
    
    This reverts commit 67ef37e9eb94b389831726678e6e42e1d14f30f2.
    Lyla committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    413fbdf View commit details
    Browse the repository at this point in the history
  33. 4.02 Complete starting code for Lesson 4. Includes lots of important …

    …starter files.
    
    TestPractice is only temporary and will be deleted during Lesson 4.  Several files
    are incomplete, and TestUtilities will be uncommented during lesson 4.
    DAGalpin authored and Lyla committed Mar 4, 2015
    1 Configuration menu
    Copy the full SHA
    eacae0c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Configuration menu
    Copy the full SHA
    9baae67 View commit details
    Browse the repository at this point in the history