Zsolt Boldizsárzsolt.boldizsar.dev·Feb 22, 2023My journey building an Android Studio PluginIt all started back in 2020 when we suddenly had to start working from home (we all know the cause). At the time I was working on LEGOLife, an app supporting both phone and tablet form factors. In our office, we had access to tablets, but most of us ...Discuss·1 like·45 readsAndroid Studio Plugins
Alankrita Shahalankrita.hashnode.dev·Oct 5, 2022Top 3 useful plugins in Android StudioAndroid Studio has a lot of plugins that help increase your productivity. This article contains a list of 3 plugins that helps me a lot out of so many amazing ones. First of all, what is a plugin? A plugin is a software component that adds a specific...Discuss·2 likes·40 readsplugins
J Kjayknows.hashnode.dev·Jul 15, 2022Generate Kotlin Data class from Json using JsonToKotlin Class PluginWhile we integrate API, We have to create Kotlin classes. I am sure most of you search on google “Json to Kotlin class generate online” or For Simple JSON data, you have created Kotlin Classes manually. We need someone to do this tedious task for us....Discuss·8 likes·30 readsAndroid