Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何获得名称图像。我使用 setImageResource(R.drawable.id)。我怎样才能得到这句话:代码中的“R.drawable.id”?
如果您的意思是您所指的图像的名称,请使用它。
String resName = getResourceNameFromClassByID(R.drawable.class, R.drawable.id);
R指的是R.java文件gen夹下的文件.. 每次添加资源时,都会在此文件中自动创建一个id,因此R应该解析为您的包名。R
R
R.java
gen