12 followers
Exploring the world of technology without a degree and spreading the love for open-source development.
#AndroidDev
Introduction In the realm of software development, automation plays a pivotal role in enhancing efficiency and reducing manual errors. GitHub Actions,...
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...