11 followers
Exploring the world of technology without a degree and spreading the love for open-source development.
#AndroidDev
Navigating the Abyss of Bugs: From App Crashes to Clarity ยท ๐ Debugging Chronicles: Unraveling KeyPass App Crashes ๐ Hey fellow developers and tech...
Learn how to use scope storage to improve the security and stability of your Android app and provide support for all API versions with code snippets ยท...
I had never thought that I would come this far. Since childhood, this was my only goal to write code as a profession. Initially, no one was there to...
Recursion Calling same function inside function is known as Recursion.Every recurring function must have a breaking condition which break...
What is Data Binding? It is a technique to connect Data with your views. How it works? It generates a java file that connects your views with the...
Android Universal Recycler Adapter Tired of creating 100s of Adapters and View Models. This Library will make it easy, No need to create an Adapter,...