A web tool to quickly improve the efficiency of Android development

A web tool to quickly improve the efficiency of Android development

 With the support of Google, native tools for easy development of Android programs emerge in an endless stream. In fact, the scope of Android development is not small, and some Web tools sometimes bring about twice the result with half the effort. Some even some native apps can't do it. In this article, I will briefly list some of the tools I am using, and of course they will continue to be updated.

Find good reference projects

codota is a website for finding reference Android projects, and its crawler has collected nearly 7 million projects. For example, if we want to write a piece of code to detect network availability in Android, we only need to enter network in the search box, and we will find the specific implementation of this logic in the existing excellent projects, which indeed saves us a lot of repetitive coding. cost of wheels. In addition, codeta also has a plug-in that supports Android Studio, making it easier to find source code.

地址:codota,Find Great Code Examples

Android Armory

android-arsenal, Chinese meaning Android military arsenal, which collects SDK, Library and Android development tools in Android, full of dry goods. Youmu has a kind of rush to see and hate late, come and bookmark it.

地址:The Android Arsenal – A categorized directory of free libraries and tools for Android

Note that the address of the https protocol is slightly problematic, and it is recommended to use the address of the http protocol.

Online decompilation

When you are still spending time switching between different decompilation tools, an online decompilation website emerges as the times require. It is Android APK Decompiler . Just upload the apk package to be decompiled, and the source code can be downloaded in no time.

Address: Android APK Decompiler

Grepcode

grepcode.com是一个Java源码搜索引擎,对于查看Android代码也不例外。并且支持多个API版本快速切换查看。如果你的IDE关联本地代码后,让机器累的喘不过气来,那么就试一试这个在线的工具吧。

地址:grepcode.com

Android Asset Studio

这是一个神奇的网页,里面包含了多个与资源相关的在线工具,比如icon制作(桌面icon,通知栏icon等),9patch图片制作,ActionBar样式等相关的工具。当你有资源相关的工作时,不妨试一试这个网页工具。

地址:Android Asset Studio

快速下载Google Play应用

由于一些你懂的原因,国内无法直接访问Google Play商店。而且下载Google Play商店还是需要登陆谷歌账户,以国内的网络,下载成功简直是太困难了。
这里介绍一款不需要账户国内即可访问的Web工具。可以通过输入包名或者Google Play地址即可下载。

地址:APK Downloader

进制转换

Android中所有的资源都有一个对应的资源ID,资源ID的类型为16进制的整数。有些时候特殊的场合处理资源ID,为了调试需要进行进制转换,比如16进制转常用的10进制。不用自己算,使用下面的工具就可以轻松搞定。

地址:Hex To Decimal Converter

UI相关必备

通常UI设计师都会给开花童鞋色值,当疏忽的时候,我们可以使用截图软件得到10进制的三个值,然后将其转换成色值。这里有一个便捷的RGB工具。

地址:RGB Color Wheel/

JSON格式化

在CS应用中,客户端和服务器端通常使用json作为数据交换格式。当分析的时候,我们必然是将raw数据转换成可读性更高的。快来使用这个强大的工具吧。

地址:JSON Parser

查看HTML5,JS,CSS可用情况

caniuse.com是一个检测HTML5,JS,CSS在各个浏览器平台是否可用的web工具。便于我们了解前端方案是否在目标设备上是否有效。

地址:caniuse.com

 

http://droidyue.com/blog/2014/08/03/great-web-tools-for-android-development/

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327037246&siteId=291194637