Developers like to code. They declare variables, write methods and integrate classes together. What developers aren't big on is configuration. It's a hassle to configure an application so that it can ...
The RecyclerView is a ViewGroup that renders any adapter-based view in a similar way. It is supposed to be the successor of ListView and GridView. One of the reasons is that RecyclerView has a more ...
What are SOLID Principles? How they are applicable in Android? A) SOLID unites all the best practices of software development over the years to deliver good quality apps. Understanding SOLID ...