android 字符串拼接获取图片


	android 字符串拼接获取图片
[编程语言教程]

    ApplicationInfo appInfo = getApplicationInfo();
int resID = getResources().getIdentifier(substring, "mipmap", appInfo.packageName);
// BitmapFactory.decodeResource(getResources(), resID);
  imDanci1.setImageResource(resID);

android 字符串拼接获取图片

原文地址:https://www.cnblogs.com/zhangxuetao/p/13437704.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » android 字符串拼接获取图片