React Native 2
Configuring WIFI-ADB Debugging For Android application development
In this demo, We will learn step by step to configure WIFI debugging for Android-React Native application development environment. ADB stands for Android debug bridge. ADB provides CLI-Command line interface to communicate between mobile and development environment. ADB is built on 3 components:- daemon process,server process, client CLI. The daemon process runs on the target […]
React Native Android Application Development In Windows
ReactNative provides application experiences on native platforms . At present ReactNative supports ios and Android application development. React Native is popular in developers as it supports learn once, write anywhere. In this demo,”We will learn to setup ReactNative in Windows 8.1 machine for Android application development”. We need to install Android SDK and build tool […]