News

Android Studio offers a rich palette of built-in development tools, and an even more abundant plugin ecosystem. The first three articles in this series focused on installation and setup and coding and ...
Hidden in your Android phone's developer options is the USB debugging switch. This useful setting is designed to let Android developers send data and commands between a computer and their phone, but ...
Google today announced the release of Android Studio 1.3, a major update to the integrated development environment (IDE) that first hit 1.0 in December. The new version includes a new way to check ...
Every developer has gone through a long afternoon of making a bunch of tiny changes to their app, rebuilding and running it, then repeating the same steps just to get back to a point where they can ...
In the world of Android development, you need to connect your computer to your phone, usually via a USB cable, in order to transmit your app to your phone. To simplify and modernize this process, ...