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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章