Photo from
www.airpair.com

In the process of doing Android development, will encounter some small problems, although they can solve their own hands, but with some small tools, to solve these problems will be handy, today for you to recommend some Android development essential gadgets.

Android Pixel

AndroidPixel is a simple conversion tool for different resolutions. As long as you have one size, other sizes can be obtained. Of course, dp units can solve some problems, but most of them still need to be fine-tuned.

Android Arsenal

Android Arsenal focuses on the popular Android open source projects on Github, where most of the recent popular Android open source projects are found, as well as sorting the various libraries.

Codota

Codota is an Android code search tool. Codota has collected over 7 million examples of good code. See the article “Codota: Finding the Best Android Code” for more details.

AndroidAssetStudio

Android Asset Studio is an online tool that allows you to create iocNs, Actionbars, dot 9 diagrams, and more.

WiFi ADB

WiFi ADB is a wireless network to connect the computer and mobile phone. When we test, we only need to open it on the mobile phone and input ADB connect XXX.XXX.xxx.xxx :5555 on the command line. The computer can connect to the mobile phone, so we can debug and develop the application through the wireless network.

Genymotion virtual machine

At the beginning of development, every time I used an official virtual machine, I wanted to make fun of it, but after I discovered Genymotion, everything changed, its speed is almost as fast as the real machine, of course, I still recommend using the real machine to test.

A key Root + Authorization management

Just install a simple software, you can easily root, can also manage self-starting software, can also delete pre-installed software.

ES Explorer

ES Explorer is a file manager, but it’s not just a file manager. With Root, it’s more powerful. It can browse restricted file directories. It also offers a range of gadgets, such as downloaders; It also integrates many cloud storage services.

In this paper, the author: Tikitoo this article source: www.jianshu.com/p/e4efec23d… Please indicate the author’s details and the source of this article at the beginning of the reprint.