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.
我有一个位图的 ArrayList。我想获取任何位图的位图文件的名称,比如说
ArrayListName.get(5);
我已经搜索过,但找不到任何解决我的问题的方法。
我想获取任何位图的位图文件的名称
AFAIK 无法从位图中获取位图的名称。在将位图添加到 ArrayList 时,您必须明确存储位图文件的名称。然后您可以根据存储的具有相似索引的位图名称列表获取位图名称。