Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson four #6

Open
wants to merge 23 commits into
base: lesson-two
Choose a base branch
from
Open

Lesson four #6

wants to merge 23 commits into from

Commits on Aug 23, 2016

  1. 1.7 Add ContentProvider

    Beginning Android committed Aug 23, 2016
    6 Configuration menu
    Copy the full SHA
    7d0e356 View commit details
    Browse the repository at this point in the history
  2. 1.8 Add constants for pet content URIs

    Beginning Android committed Aug 23, 2016
    24 Configuration menu
    Copy the full SHA
    07f3866 View commit details
    Browse the repository at this point in the history
  3. 1.9 Add UriMatcher to ContentProvider

    Beginning Android committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    b34ac1f View commit details
    Browse the repository at this point in the history
  4. 1.10 Implement ContentProvider query() method

    Beginning Android committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    b295107 View commit details
    Browse the repository at this point in the history
  5. 1.11 Query the provider using the pet content URI

    Beginning Android committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    bf44f26 View commit details
    Browse the repository at this point in the history
  6. 1.12 Implement and use ContentProvider insert() method

    Beginning Android committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    c64812e View commit details
    Browse the repository at this point in the history
  7. 1.13 Add input validation to ContentProvider insert() method

    Beginning Android committed Aug 23, 2016
    73 Configuration menu
    Copy the full SHA
    6861be5 View commit details
    Browse the repository at this point in the history
  8. 1.14 Implement ContentProvider update() method

    Beginning Android committed Aug 23, 2016
    44 Configuration menu
    Copy the full SHA
    a1bcc0c View commit details
    Browse the repository at this point in the history
  9. 1.15 Implement ContentProvider delete() method

    Beginning Android committed Aug 23, 2016
    7 Configuration menu
    Copy the full SHA
    81fe10a View commit details
    Browse the repository at this point in the history
  10. 1.16 Implement ContentProvider getType() method

    Beginning Android committed Aug 23, 2016
    8 Configuration menu
    Copy the full SHA
    a244b5a View commit details
    Browse the repository at this point in the history
  11. 1.17 Create PetCursorAdapter to display list of pets in ListView

    Beginning Android committed Aug 23, 2016
    17 Configuration menu
    Copy the full SHA
    feca5f2 View commit details
    Browse the repository at this point in the history
  12. 1.18 Add empty view to the ListView

    Beginning Android committed Aug 23, 2016
    5 Configuration menu
    Copy the full SHA
    636e6bd View commit details
    Browse the repository at this point in the history
  13. 1.19 Switch to CursorLoader

    Beginning Android committed Aug 23, 2016
    1 Configuration menu
    Copy the full SHA
    dec30b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e587771 View commit details
    Browse the repository at this point in the history
  15. 1.21 Clicking on list item opens EditorActivity

    Beginning Android committed Aug 23, 2016
    2 Configuration menu
    Copy the full SHA
    c0d42fb View commit details
    Browse the repository at this point in the history
  16. 1.22 Load existing pet data from database

    Beginning Android committed Aug 23, 2016
    61 Configuration menu
    Copy the full SHA
    8d4b875 View commit details
    Browse the repository at this point in the history
  17. 1.23 Save changes to existing pet if it already exists

    Beginning Android committed Aug 23, 2016
    13 Configuration menu
    Copy the full SHA
    20d0524 View commit details
    Browse the repository at this point in the history
  18. 1.24 Prevent crash with blank editor

    Beginning Android committed Aug 23, 2016
    38 Configuration menu
    Copy the full SHA
    6a82f79 View commit details
    Browse the repository at this point in the history
  19. 1.25 Warn user about losing unsaved changes

    Beginning Android committed Aug 23, 2016
    40 Configuration menu
    Copy the full SHA
    bea7d90 View commit details
    Browse the repository at this point in the history
  20. 1.26 Hide delete menu option for new pets

    Beginning Android committed Aug 23, 2016
    18 Configuration menu
    Copy the full SHA
    d90609a View commit details
    Browse the repository at this point in the history
  21. 1.27 Delete pet from editor menu item

    Beginning Android committed Aug 23, 2016
    14 Configuration menu
    Copy the full SHA
    c1a4418 View commit details
    Browse the repository at this point in the history
  22. 1.28 Delete all pets from catalog menu item

    Beginning Android committed Aug 23, 2016
    11 Configuration menu
    Copy the full SHA
    311f80d View commit details
    Browse the repository at this point in the history
  23. 1.29 Display “Unknown breed” for pets without breed

    Beginning Android committed Aug 23, 2016
    4 Configuration menu
    Copy the full SHA
    d942c19 View commit details
    Browse the repository at this point in the history