Welcome back! After having an introduction to what the recyclerview is, it is time to start digging into the details. This time, we will be talking about the adapter and viewholder objects and how they work Continue Reading
The Recyclerview is the replacement of the Listview with a simpler API, better performance and a couple of new nice extra features. If you don’t know what a ListView is, don’t worry, you won’t need to in order Continue Reading
Coming from other strongly-typed languages like Java or C#, the NullPointerException is one of the most common exceptions you can find, providing long debug sessions simply because a null reference was passed around Continue Reading