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
All languages are different but at the same time, they have a lot of things in common, a lot of similar components. Chances are, this is not your first language and therefore you are familiar with the concept of Continue Reading
Have you heard of kotlin? It’s a relatively new language officially launched in 2016 by JetBrains. They originally created the language as a more flexible and expressive alternative to Java, with the ability 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