Android开源项目发现--- 效率开发工具篇(持续更新)

1.Json2Java
根据JSon数据自动生成对应的Java实体类,还支持Parcel、Gson Annotations对应代码自动生成。期待后续的提取父类以及多url构建整个工程的功能
项目地址:https://github.com/jonfhancock/JsonToJava
在线演示:http://jsontojava.appspot.com/


2.Android Drawable Factory 用于生成各个分辨率的图片
项目地址:https://github.com/tizionario/AndroidDrawableFactory


3.Android Action Bar Style Generator
Android ActionBar样式生成器,可在线选择ActionBar样式自动生成所需要的图片资源及xml文件
项目地址:https://github.com/jgilfelt/android-actionbarstylegenerator
在线演示:http://jgilfelt.github.io/android-actionbarstylegenerator/

4.图标资源网站

UI设计:http://www.flaticon.com/ 


5.phrase

Phrase 是一个用来替代 Android 中字符串格式化功能的小型类库。解决了资源文件中的动态字符问题.

项目地址:https://github.com/square/phrase/

学习文章:http://blog.chengyunfeng.com/?p=579

原文地址:https://www.cnblogs.com/krislight1105/p/3748306.html