Gourav Khungergouravkhunger.hashnode.net·Sep 16, 2021How to create your first Android app using Android Studio?Hello there! This is the second article in the Android App Development For Beginner series. If you have followed along with the previous article, then you will have Android Studio set up. I will continue this article from where the previous article e...Hanu Babbar and 2 others are discussing this3 people are discussing thisDiscuss·81 likes·508 readsAndroid DevelopmentAndroidA well explained and easy to understand article! 10
Max Kimmaxkim.hashnode.net·Jul 12, 2021Things you need to know before switching to Jetpack ComposeWith the release of the stable version of Jetpack Compose just around the corner, here are some things you need to know before switching from the imperative, XML-based style for building UI, to the new Android’s toolkit for building native UI declara...Discuss·64 likes·5.5K readsAndroid Made EasyAndroid
Tyler TrottforatPlatform Developer Blogsteady-industry-bake-86.hashnode.net·Mar 9, 2021Running One or More Emulators through CLI using Android StudioAndroid Studio as an IDE is great to an extent, however, when utilizing its Android Virtual Device (AVD) Manager, it can become frustrating, especially if you wish to run more than one emulator at a time to test features on a project, for example; ch...Discuss·49 likes·493 readsDart
Janet Mutuajanetmutua.hashnode.net·Apr 19, 2023Installing Android Studio On Ubuntu 22.04: Complete GuideAre you new to Android Development? And do you want to learn how to set up your Integrated Development Environment (IDE) for building your projects? Then you are in the right place! Android Studio is the official IDE for developing Android apps. It c...DiscussDeveloper ToolsAndroid
Chidera Paul Ugwuanyidera.hashnode.net·Apr 9, 2023How to completely uninstall Android studio from your MacbookHere are the steps First remove android studio application by going into Application folder, locating android studio and dragging into the bin or highlight it and select "Move to Bin" Or you can simply open your terminal and type this rm -Rf /Appli...Discuss·1 like·38 readsReact NativeAndroid Studio
Vincent Tsenvtsen.hashnode.net·Mar 31, 2023Beginner's Guide to Understand Build Gradle Files in Android StudioBuild Gradle is a build tool used in Android Studio to build your Android app. It can be written either in Groovy script, or Kotlin script (KTS). KTS is newer than Groovy and eventually, it will replace Groovy. High-level functions of Build Gradle R...Discuss·2 likes·110 readsAndroid StudioAndroid Studio
Safal ShresthaforCodingMountain's Blogcodingmountain-1680170230500.hashnode.net·Mar 31, 2023AndroidManifest.xml : OverviewBeginners usually ignore or forget about the AndroidManifest.xml file but its role in app development is huge. In this blog, we will try to get to know this important AndroidManifest.xml file better. First, let’s look at what is XML file. XML stands...Discuss·12 likesandroid app development
aman toppoavelon.hashnode.net·Mar 28, 2023Introduction to jetpack composeJetpack compose is a modern UI toolkit for building native Android apps using Kotlin programing language. compose simplifies UI development by allowing developers to write code that declaratively describes the UI component and its interactions. compa...DiscussAndroid
Dhina17dhina17.hashnode.net·Mar 26, 2023Use DataStore instead of Shared PreferencesIntroduction You may come across a requirement in your app to store some configuration (not that big to use Room). For example, the previous UI mode - (Dark/Light) You might come across Shared Preferences for this requirement. Shared Preferences are ...Discuss·46 readsAndroid
Shahnawaz Alamcodesam.hashnode.net·Mar 24, 2023React Native Environment SetupReact Native is a JavaScript framework for building cross-platform native mobile apps. It follows the same design patterns as React, making it easy to learn for anyone who is already familiar with React. In this article, we will go over how to set up...Discuss·1 like·33 readsReact Native
Shahnawaz Alamcodesam.hashnode.net·Mar 23, 2023Flutter with Android StudioFlutter is an open-source, cross-platform mobile app development framework created by Google. It is used to develop applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia, and the web. Flutter is based on the Dart programming language and...DiscussFlutter
Vaibhav Jaiswalvaibhav2002.hashnode.net·Mar 7, 2023Debugging Android Apps Like a Pro: Essential Tools in Android StudioSo what will you learn from this blog 🤔 Debugging is an essential skill for every Android developer. Whether you're a professional or just starting, you will encounter bugs that can make your app crash, slow down, or behave unpredictably. In this bl...Aditya Gupta and 2 others are discussing this3 people are discussing thisDiscuss·7 likes·471 readsDebuggingFeb
Abhishek Bhattacharjeeabhiivops.hashnode.net·Feb 20, 2023How to integrate Storyblok in Android development projects in Android StudioIntegrating Storyblok in Android development projects can be a great way to manage and deliver content to your users. In this tutorial, we will go through the steps to integrate Storyblok into an Android Studio project using Kotlin programming langua...Discuss·36 readsandroid app development