#asserts

Android中的asserts和res/raw资源目录

assets目录下称为原生文件,无法通过R资源清单类访问,这类文件在被打包成apk文件时是不会进行压缩的;(1)使用方法AssetManagerassets=this.getResources().getAssets();((TextView)findViewById(R.id.txAssets)).setText(r...