Web tools to quickly improve Android development efficiency

Source: Internet
Author: User
Tags apk decompiler

With Google's vast support, native tools for the easy development of Android programs abound. In fact, the scope of Android development is not small, some web tools can sometimes bring a multiplier effect. Some are not even available to some native applications. In this article, I will briefly list some of the tools I am using, of course, will continue to update.

Find a good reference project

Codota is a Web site that looks for an Android project for reference, and its crawlers have collected nearly 7 million projects. For example, we want to write a piece of Android code to detect the availability of the network, we just need to enter network in the search box, we will find a good project already exist on the implementation of this logic, indeed for our code to save a lot of the cost of repeating the wheel. In addition, Codeta also has plugins that support Android studio, making it faster to find the source code.

Address: http://www.codota.com/

Android Armory

Android-arsenal, Chinese meaning Android Arsenal, inside the mobile phone has android in the Sdk,library and Android developed tools, full of dry goods. There is a kind of wood to want to hate the late bright, come join bookmark it.

Address: http://android-arsenal.com/

Note the address of the HTTPS protocol is slightly problematic and it is recommended to use the HTTP protocol address.

Online anti-compilation

When you are still spending time switching different anti-compilation tools, an online anti-compilation site came into being, it is Android apk Decompiler, just upload the APK package to decompile, no time, the source can be downloaded.

Address: http://www.decompileandroid.com/

Grepcode

Grepcode.com is a Java source search engine and is no exception for viewing Android code. and support multiple API versions to quickly switch views. If your IDE is getting tired of breathing after associating local code, try this online tool.

Address: Http://grepcode.com/search/?query=google+android&entity=project

Android Asset Studio

This is a magical Web page, which contains a number of resources-related online tools, such as icon production (desktop icon, notification bar icon, etc.), 9patch image production, Actionbar style and other related tools. When you have a resource-related job, you might want to try this web tool.

Address: http://romannurik.github.io/AndroidAssetStudio/index.html

Fast download Google Play app

There are no direct access to the Google Play store because of some of the reasons you know. and downloading Google Play store or need to login Google account, to the domestic network, download success is simply too difficult.
Here is a web tool that does not require an account to be accessed at home. You can download it by entering the package name or Google Play address.

Address: http://apps.evozi.com/apk-downloader/

Binary conversion

All resources in Android have a corresponding resource ID, and the type of resource ID is an integer of 16 binary. Sometimes special occasions to handle the resource ID, in order to debug the need for a binary conversion, such as 16 to the common 10-binary system. Use the tools below to make it easy to do without your own calculation.

Address: Http://www.binaryhexconverter.com/hex-to-decimal-converter

UI-related Prerequisites

Usually the UI designer will give the color value of the flower shoe, and when we neglect it, we can use the software to get three values of 10 binary, and then convert it to the color value. Here's a handy RGB tool.

Address: http://www.colorspire.com/rgb-color-wheel/

JSON formatting

In CS applications, the client and server sides typically use JSON as the data Interchange format. When analyzing, we must convert raw data into more readable. Come and use this powerful tool.

Address: http://json.parser.online.fr/

Check availability of HTML5,JS,CSS

Caniuse.com is a web tool that detects whether HTML5,JS,CSS is available on each browser platform. It allows us to understand if the front-end scenario is valid on the target device.

Address: http://caniuse.com/#search =queryselector

Web tools to quickly improve Android development efficiency

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.