android 字符串拼接获取图片
Posted 张学涛
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 字符串拼接获取图片相关的知识,希望对你有一定的参考价值。
ApplicationInfo appInfo = getApplicationInfo();
int resID = getResources().getIdentifier(substring, "mipmap", appInfo.packageName);
// BitmapFactory.decodeResource(getResources(), resID);
imDanci1.setImageResource(resID);
以上是关于android 字符串拼接获取图片的主要内容,如果未能解决你的问题,请参考以下文章