Cordova : CLI usefull command
+10 Here is the list of Cordova useful commands: 1) Creating project $ cordova create abcApp com.SM.abcApp abcApp 2) Use to update the platform projects …
How to turn off keyboard vibration while typing text on MI note 4
+10 Bydefault keyboard vibration on typing text is on. It took me sometime to search for setting and making it off. it is annoying having …
Cordova: sorry the android camera encountered a problem
+20 When I build for android with cordova plugin “cordova-plugin-barcodescanner” after launching camera it is giving me error like below: sorry, the android camera encountered …
Getting issue after installation of cordova-barcodescanner-plugin
+30 To Read QR code scanner I install “cordova-barcodescanner-plugin” plugin from the command prompt. Installation is successful but when tried build it for android it …
Xiaomi mi note 4: Install via USB: The device is temporarily restricted
+3-6 While doing Android development you need to install app using USB but Xiaomi Note 4 will not allow you to do unless you enable …
How to set background image in android XML
+20 Here I am sharing how you can set a background image in an android application with XML. There are two ways you can add …