-
Notifications
You must be signed in to change notification settings - Fork 67
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
4.8 using the camera and saving images #2
Open
kevinjam
wants to merge
347
commits into
0.0_creating_a_new_project
Choose a base branch
from
4.8_using_the_camera_and_saving_images
base: 0.0_creating_a_new_project
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
4.8 using the camera and saving images #2
kevinjam
wants to merge
347
commits into
0.0_creating_a_new_project
from
4.8_using_the_camera_and_saving_images
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… public in Restaurant class, as required by Parceler.
…rant objects with Parceler for use in Fragments, setting all Image and Text Views.
…ta and new RestaurantDetailFragment.
…ate new instances of RestaurantDetailFragment, calculate how many fragments are necessary, and update title tabs.
…Restaurant model.
…ragment for use in resizing images via Picasso.
…r use in resizing images with Picasso.
…erride in RestaurantDetailFragment to navigate to outside apps via implicit intent wh en phone, address or website are clicked.
…hed location information in Android SharedPreferences.
…erences.Editor in MainActivity.
…e() method of MainActivity.
…r to add key-value pair containing location constant from Constants class, and user-input location to SharedPreferences.
…ata stored in SharedPreferences to call getRestaurants() method in onCreate() override.
…ty, extra data will now be stored in SharedPreferences.
…ng to SharedPreferences in MainActivity.
…abase dependency to app-level build.gradle file.
…cation of SDK meta files.
…ey in the key-value pair used to save user-entered zip codes into the Firebase database.
…instead of shared preferences.
…atabase under unique ID.
Merge changes made to previous lesson branch to better flow into subsequent lessons.
… reset only index value, not entire object.
…fine decodeFromFirebaseBase64() method to decode Base64 if image is encoded in that format in FirebaseRestaurantViewHolder.
…iew() method. Decode Base64 using decodeFromFirebaseBase64() method if in that format.
…face's onRestaurantSelected() method.
…a in RestaurantListActivity.
…d of RestaurantListActivity.
…taurantListActivity.
…hod within RestaurantListAdapter's onClick() override, and as intent extra in onClick() override.
…er's onClick() override.
…called within FirebaseRestaurantListAdapter's createDetailFragment() method.
…aurantDetailActivity to contain source information.
…tPagerAdapter constructor, add same additional parameter to newInstance() method called in its getItem() method.
…er representing user source.
…t's newInstance() method.
…eateView() lifecycle method based on value of user source data.
…eRestaurantListAdapter.
…flexible_uis_fragments "Remove unnecessary .clear() method from cleanup() override in FirebaseRestaurantListAdapter."
…communicating_between_fragments_and_activities "Remove unnecessary .clear() method from cleanup() override in FirebaseRestaurantListAdapter."
…using_the_camera_and_saving_images "Remove unnecessary .clear() method from cleanup() override in FirebaseRestaurantListAdapter."
…customizing_reusable_fragments "Remove unnecessary .clear() method from cleanup() override in FirebaseRestaurantListAdapter."
…ent() throughout application to use string saved in Constants class, for increased reliability.
…ment in order to account for Firebase load times.
…een_fragments_and_activities "Merge improvements made to previous lessons and corresponding example repo. (Add AdapterDataObserver to FirebaseAdapter to dynamically update despite load times.)"
…o 4.7_customizing_reusable_fragments "Merge improvements made to previous lessons and corresponding example repo. (Add AdapterDataObserver to FirebaseAdapter to dynamically update despite load times.)"
…camera_and_saving_images "Merge improvements made to previous lessons and corresponding example repo. (Add AdapterDataObserver to FirebaseAdapter to dynamically update despite load times.)"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.