Android 101 – Part 2

Now that the emulator is up and running, you need to get familiar with adb – the Android Debug Bridge – and start poking around at your device. I found ADB back in the latest SDK, and used it to connect to my emulator. You can start a shell and poke around. I want to…

Read More