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.
我正在为 android 制作游戏,目前正在逐个滚动地图块,当地图由 500 个块组成时,这不是很流畅。我正在加载基于带有字母等的文本文件的图块,并将多个位图存储在 ArrayList 中。
我的问题:有什么方法可以将数组列表上的所有位图图块加载到单个位图中,以便我可以在一个 X、Y 坐标处绘制单个位图?
谢谢。