-
Notifications
You must be signed in to change notification settings - Fork 17
Video 56 custom widget xml layout #5
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
Open
emilgras
wants to merge
34
commits into
master
Choose a base branch
from
video_56_custom_widget_xml_layout
base: master
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.
Conversation
This file contains hidden or 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
…n the empty_drops.xml file
…. The app crashes as of now on Nexus 6P since it runs out of memory trying to display the image
… XML file. Added a listener to close the dialog on pressing the close button
…show the added items
…ide and defined the layoutManager for the RecyclerView in XML
…d called notifyDataSetChanged to asynchronously load data
…lpha1 to alpha3 and rebuilding the project after cleaning it
…cler View has nothing inside to display and a Util class with a bunch of methods to show or hide a group of Views
…t while adding items for the first time because the ImageView was placed below the toolbar. When there were no items to display, the RecyclerView would hide itself and the toolbar and the ImageView would take all the available screen width and height causing Glide to load a particular image size but when the RecyclerView had atleast one item to display, the first time it would show the Toolbar and place the ImageView below the toolbar thereby changing its size and loading a different sized image for showing inside this ImageView
…teViewHolder and onBindViewHolder to implement sections inside the RecyclerView
…em except the Footer
…en the Adapter and the Activity when the footer item is clicked to perform additions
… a bug where the footer was being shown even if the items were empty
…or for both dialogs
…Adapter is clicked
…ckground for it inside the Adapter
…ionsItemSelected methods in the Activity
…he options chosen by the user
…y" when you sort and there are no results
…etHasStableIds to indicate our Adapter has unique ids to support animation
…e user deletes the last item under COMPLETE or INCOMPLETE as sort options and sees a screen saying no items to display instead of the homescreen
…ed the background color and text color of the popup that opens after making the toolbar
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.