© 2023 Hashnode
#android-studio
In this blog post, we are installing android studio on a Linux machine in an easy way. Step 1 - Go to the download link and install the android studio tar.gz file https://developer.android.com/studi…
Steps to create React Native application First, you have to start your emulator (Android Emulator) and make it live. Create a directory (ReactNative) in your drive. Open "Command Prompt" or "Termin…
Steps: Install Node.js Link for the use of JavaScript. Install Java JDK Link for Android Studio. First, check Chocolatey in the system using Command choco -, if not, Install Chocolatey Link to properly manage the package manager. Instal…
Install Node.js Download for Windows Chocolatey choco install -y nodejs-lts microsoft-openjdk11 Install Android Studio Download and install Android Studio Install the Android SDK Android Studio insta…
Android is an open-source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android was developed by the Open Handset Alliance, led by Google, and other com…
All of us use the android navigation component in our project to navigate from one screen to another easily. In some cases, you may need to navigate to another screen on a button-click event. To do that, you may do like the below code. bind…
What is the activity in Android? The simple way to describe it is the activity in Android Development is the User Interface to manage the view to the user, when you open Instagram there will be the main view that has 5 main navigations. Tha…
I think in 2023, Google is going to go all-in on Jetpack Compose, the way it did with Kotlin. And the industry is going to see a major shift from XML-based UI to Compose. So, I'm starting a #100DaysOf…
It is a continuous part of our previous article about Dependency Injection with Hilt. Please check it if you haven't yet. Let's see some common 'How to' in Hilt in this article. How to field-inject de…
Hi Folks, Welcome to my blog. I am Mohit Mandalia an Android Developer. I will be documenting my journey as an Android Developer and will share whatever I learn throughtout my journey. As a developer,…