Hello ๐, I am Shivam Gupta, learning & sharing knowledge about Android development, kotlin and Jetpack Compose.
Overview Hello developers, I am Shivam Gupta, the android developer. Recently I built an android app ie. Quotify using the MAD (Modern android...
The best practices to make android apps ยท What are MAD skills ๐คจ? MAD skills stand for Modern Android Development skills. It is a set of best practices...
Whenever we want to return two values from a function, we make classes for that but creating too many classes can make your code inefficient. So,...
Ctrl + Alt + O - To remove the unused import statements Shift + Alt + Mouse Click - To add multi cursors Ctrl + F4 - To close the current file Ctrl +...
In android, apps can send data to other apps, as well as receive it from other apps. To understand this concept, let's take the example of YouTube....