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

猜你喜欢

转载自blog.csdn.net/a90123/article/details/52587586
今日推荐