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
A splash screens it’s what we call to those screens that show up at the beginning of an app and last only while the application loads. This is a common design pattern in general mobile development, allowing Continue Reading