2016-9-18

2016-9-18

1.grdile配置ndk

http://blog.csdn.net/sbsujjbcy/article/details/48469569

2.android工具類

https://github.com/Blankj/AndroidUtilCode/blob/master/README-CH.md

3.getString

String getString(int resId, Object... formatArgs);
returns a localized formatted string from the application's package's default string table, substituting the format arguments as defined in Formatter and format(String, Object...).
returns:
the string data associated with the resource, formatted and stripped of styled text information
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章