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 中 Gallery 中的 ImageView 很棒:它支持平滑缩放并且很好地处理 OOM。现在我的项目想要有这样的 ImageView。有没有人有这样的 ImageView 或知道一些暗示?感谢进阶~~
我很确定 Gallery 使用 OpenGL 表面或类似的一些花哨的东西,而不是常规的 ImageViews。