Run/install/debug Android applications over Wi-Fi?

See forum post Any way to view Android screen remotely without root? – Post #9. Connect the device via USB and make sure debugging is working. adb tcpip 5555 find the IP address with adb shell netcfg adb connect <DEVICE_IP_ADDRESS>:5555 Disconnect USB and proceed with wireless debugging. adb -s <DEVICE_IP_ADDRESS>:5555 usb to switch back when done. No root […]

person shubham sharmaaccess_time October 4, 2017launch Read More

Memory Units

Bytes(8 Bits) 0.1 bytes: A binary decision 1 byte: A single character 10 bytes: A single word 100 bytes: A telegram OR A punched card Kilobyte (1000 Bytes) 1 Kilobyte: A very short story 2 Kilobytes: A Typewritten page 10 Kilobytes: An encyclopaedic page OR A deck of punched cards 50 Kilobytes: A compressed document image page 100 Kilobytes: A low-resolution photograph 200 Kilobytes: A box […]

person shubham sharmaaccess_time June 21, 2017launch Read More

How To Backup Saved Passwords In Google Chrome Browser

Google Chrome browser allows you import bookmarks, browsing history, and other settings from Internet Explorer or Firefox browser in a jiffy. But the only problem is it doesn’t have an option to export or backup stored passwords. Sure, there is a free extension called LastPass, but even it doesn’t help much either to have an […]

person shubham sharmaaccess_time April 22, 2017launch Read More

100+ Awesome Web Development Tools and Resources

The best and worst thing about being a web developer is that the web is constantly changing. While this is exciting it also means that web developers must always be proactive about learning new techniques or programming languages, adapting to changes, and be willing and eager to accept new challenges. This could include tasks such […]

person shubham sharmaaccess_time December 26, 2016launch Read More