Skip to content

Conversation

@emilgras
Copy link

@emilgras emilgras commented Jun 4, 2016

No description provided.

…. 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
…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
…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
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants