-
Notifications
You must be signed in to change notification settings - Fork 717
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
base: lesson-two
Are you sure you want to change the base?
Lesson four #6
Commits on Aug 23, 2016
-
Beginning Android committed
Aug 23, 2016 6Configuration menu - View commit details
-
Copy full SHA for 7d0e356 - Browse repository at this point
Copy the full SHA 7d0e356View commit details -
1.8 Add constants for pet content URIs
Beginning Android committedAug 23, 2016 24Configuration menu - View commit details
-
Copy full SHA for 07f3866 - Browse repository at this point
Copy the full SHA 07f3866View commit details -
1.9 Add UriMatcher to ContentProvider
Beginning Android committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for b34ac1f - Browse repository at this point
Copy the full SHA b34ac1fView commit details -
1.10 Implement ContentProvider query() method
Beginning Android committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for b295107 - Browse repository at this point
Copy the full SHA b295107View commit details -
1.11 Query the provider using the pet content URI
Beginning Android committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for bf44f26 - Browse repository at this point
Copy the full SHA bf44f26View commit details -
1.12 Implement and use ContentProvider insert() method
Beginning Android committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for c64812e - Browse repository at this point
Copy the full SHA c64812eView commit details -
1.13 Add input validation to ContentProvider insert() method
Beginning Android committedAug 23, 2016 73Configuration menu - View commit details
-
Copy full SHA for 6861be5 - Browse repository at this point
Copy the full SHA 6861be5View commit details -
1.14 Implement ContentProvider update() method
Beginning Android committedAug 23, 2016 44Configuration menu - View commit details
-
Copy full SHA for a1bcc0c - Browse repository at this point
Copy the full SHA a1bcc0cView commit details -
1.15 Implement ContentProvider delete() method
Beginning Android committedAug 23, 2016 7Configuration menu - View commit details
-
Copy full SHA for 81fe10a - Browse repository at this point
Copy the full SHA 81fe10aView commit details -
1.16 Implement ContentProvider getType() method
Beginning Android committedAug 23, 2016 8Configuration menu - View commit details
-
Copy full SHA for a244b5a - Browse repository at this point
Copy the full SHA a244b5aView commit details -
1.17 Create PetCursorAdapter to display list of pets in ListView
Beginning Android committedAug 23, 2016 17Configuration menu - View commit details
-
Copy full SHA for feca5f2 - Browse repository at this point
Copy the full SHA feca5f2View commit details -
1.18 Add empty view to the ListView
Beginning Android committedAug 23, 2016 5Configuration menu - View commit details
-
Copy full SHA for 636e6bd - Browse repository at this point
Copy the full SHA 636e6bdView commit details -
Beginning Android committed
Aug 23, 2016 1Configuration menu - View commit details
-
Copy full SHA for dec30b1 - Browse repository at this point
Copy the full SHA dec30b1View commit details -
1.20 Modify ContentProvider so Loader refreshes data automatically
Beginning Android committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for e587771 - Browse repository at this point
Copy the full SHA e587771View commit details -
1.21 Clicking on list item opens EditorActivity
Beginning Android committedAug 23, 2016 2Configuration menu - View commit details
-
Copy full SHA for c0d42fb - Browse repository at this point
Copy the full SHA c0d42fbView commit details -
1.22 Load existing pet data from database
Beginning Android committedAug 23, 2016 61Configuration menu - View commit details
-
Copy full SHA for 8d4b875 - Browse repository at this point
Copy the full SHA 8d4b875View commit details -
1.23 Save changes to existing pet if it already exists
Beginning Android committedAug 23, 2016 13Configuration menu - View commit details
-
Copy full SHA for 20d0524 - Browse repository at this point
Copy the full SHA 20d0524View commit details -
1.24 Prevent crash with blank editor
Beginning Android committedAug 23, 2016 38Configuration menu - View commit details
-
Copy full SHA for 6a82f79 - Browse repository at this point
Copy the full SHA 6a82f79View commit details -
1.25 Warn user about losing unsaved changes
Beginning Android committedAug 23, 2016 40Configuration menu - View commit details
-
Copy full SHA for bea7d90 - Browse repository at this point
Copy the full SHA bea7d90View commit details -
1.26 Hide delete menu option for new pets
Beginning Android committedAug 23, 2016 18Configuration menu - View commit details
-
Copy full SHA for d90609a - Browse repository at this point
Copy the full SHA d90609aView commit details -
1.27 Delete pet from editor menu item
Beginning Android committedAug 23, 2016 14Configuration menu - View commit details
-
Copy full SHA for c1a4418 - Browse repository at this point
Copy the full SHA c1a4418View commit details -
1.28 Delete all pets from catalog menu item
Beginning Android committedAug 23, 2016 11Configuration menu - View commit details
-
Copy full SHA for 311f80d - Browse repository at this point
Copy the full SHA 311f80dView commit details -
1.29 Display “Unknown breed” for pets without breed
Beginning Android committedAug 23, 2016 4Configuration menu - View commit details
-
Copy full SHA for d942c19 - Browse repository at this point
Copy the full SHA d942c19View commit details