且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从Resources对象检索所有Drawable资源

更新时间:2023-10-02 15:25:52

如果发现自己想要这样做,可能是在滥用资源系统.看看资产和 AssetManager 遍历.apk中包含的文件.

If you find yourself wanting to do this you're probably misusing the resource system. Take a look at assets and AssetManager if you want to iterate over files included in your .apk.