#software-development
Read more stories on Hashnode
Articles with this tag
Unsplash Image by Akin Cakiner 1. Introduction As you can read in the official documentation of RainbowCake, RainbowCake is an Android architecture...
Introduction The RecyclerView is one of the Android components with a certain complexity in the implementation, and when it comes to having two nested...
Introduction If your app needs to display a scrolling list of elements based on large data sets (or data that frequently changes), you should use...
Figure 1 What is dependency Injection ? Suppose we have two classes, the Class A and Class B, when the class A refers to class B using some method of...