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 创建一个类似于 instagram 的照片供稿布局。用作父级的最佳布局是什么?表视图还是列表视图?还有什么?此外,Instagram 如何不会一次加载这么多照片而内存不足?
GridView可以满足您的需求,并由ListAdapter 提供。这还将处理回收视图以管理内存。