Tarun Joshitarunjoc.hashnode.dev·Sep 7, 2024Mobile Application DevelopmentUnit Outcomes Q1. Differentiate between various Mobile Operating Systems and the language used for Android Application Development. Q2. Explain the Components of the Android Application. Q3. Install Java Development Kit (JDK), Android Studio, and...DiscussAndroid Studio
RAVI CHITRODAravichitroda05.hashnode.dev·Sep 3, 2024React native installation on Windows 11Basic installation requirements VSCode Java(OpenJDK) Android Studio I had already VSCode installed on my laptop as I have been a React JS developer for the last 2 years. but I never installed it before, so I watched many videos and tried to inst...DiscussReact Native
Ajay Mudgadecodesutra.hashnode.dev·Sep 1, 2024Connecting Your Android App with Mobile Hardware: A Step-by-Step Guidentroduction In modern mobile applications, leveraging the capabilities of a device's hardware can provide users with a rich, interactive experience. Whether it's accessing the camera, utilizing GPS for location tracking, or interacting with sensors l...Discussandroid app development
Ajay Mudgadecodesutra.hashnode.dev·Sep 1, 2024Title: Mastering Modern Android Development: Trends, Tools, and TechniquesIntroductionAndroid development has come a long way since the early days of the platform. With each new version of Android, Google introduces fresh features, tools, and best practices that help developers create more powerful and user-friendly applic...Discussandroid app development
Abhinav Jhaabhinav3254.hashnode.dev·Aug 29, 2024Creating and Accessing APIs in AndroidWhen I started coding in Android, I often wondered how to create my own API and use it in my Android applications during development. After extensive research, I discovered while using React that I could access a website from my mobile device if conn...DiscussAndroid
Shubham Deshmukhshubhamdsk.hashnode.dev·Aug 25, 2024Installation of React NativeStep 1: Install Chocolatey Open PowerShell as Administrator. Run the following command to install Chocolatey: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::...Discuss·49 readsReact Native
Romman Sabbirrommansabbir.com·Aug 20, 2024Android 15 features and changes list.Accessibility Better Braille: TalkBack now supports Braille displays using the HID standard over USB and secure Bluetooth. Camera and Media Direct and Offload Audio Playback: Invalidates previously open direct or offload audio tracks when resource...Discuss·61 readsAndroid Application DevelopmentAndroid
Aditya Dascodingandlearning.hashnode.dev·Aug 18, 2024Switching From Java to Kotlin: Enhance Your Android App DevelopmentIntroduction Java has been the backbone of Android app development since its inception, but over the past few years, Kotlin has emerged as a powerful alternative. With Google's official endorsement of Kotlin as a first-class language for Android deve...Discuss·11 likes·26 readsCode Migration
Cleitoncdap.hashnode.dev·Aug 13, 2024Setting up the connection between my emulator on Android Studio and Visual Studio Code on Mac.As I tried to run my first React native app on an Android device I faced some difficulties initializing the app. When I ran the code "npx react-native run-android" I got the following error: "node:events:497 throw er; // Unhandled 'error' event ^ Err...DiscussSDK path
Hariom OPhariomop.hashnode.dev·Aug 11, 2024🌟 Jetpack Compose: The Modern UI Toolkit for Android DevelopmentJetpack Compose is revolutionizing how developers build UI for Android applications. With its modern approach to building user interfaces, Jetpack Compose simplifies the development process and enhances productivity. Let’s dive deep into what Jetpack...DiscussJetpack Compose