shivam-gupta.hashnode.devQuotify - A quotes android appOverview Hello developers, I am Shivam Gupta, the android developer. Recently I built an android app ie. Quotify using the MAD (Modern android development) skills. Through this blog post, I am sharing my learnings from the journey of making this app ...Oct 29, 2022·1 min read
shivam-gupta.hashnode.devPair and Triple in kotlinWhenever 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, Instead of creating classes for two or more values, you can use Pair for returning or using two values...Jul 4, 2022·2 min read
shivam-gupta.hashnode.dev12 Android Studio shortcuts to increase your productivityCtrl + Alt + O - To remove the unused import statements Shift + Alt + Mouse Click - To add multi cursors Ctrl + F4 - To close the current file Ctrl + Shift + F - To find something in the whole application Shift + F6 - To change the value at all pla...Jun 24, 2022·1 min read
shivam-gupta.hashnode.devHow to receive data from other apps in android ??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. When you click on share icon on YouTube, the share sheet will open and you will see a bunch of sharin...Mar 29, 2022·2 min read