Ever wanted to view through the aar library sources in your android studio project, but got the decompiled class files instead. For seeing the source code, when going to function declarations inside the aar file you can attach the sources for the aar library inside the Android Studio like this.
First build a…
While working on an Android App, there came a requirement to add Table View. I've tried several Table View Libraries, but found them too confusing to setup. And when I got a case where the text needs to be fit in, and rows needs to be in equal height when the text grows big, I've…
