Open
Conversation
… 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
…urrent time inside the Picker
…dget to retain, date month and year across rotation
… whose time has elapsed by 90% since they were added
…als on which 90% time has elapsed
…d AppCompat as of March 2016, 8th 18:00 hours GMT + 0530
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
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.