Android内存管理

发布于 2024-11-28 19:56:15 字数 258 浏览 1 评论 0原文

我正在开发一个 Android 应用程序,该应用程序有大量图像(几百张)以网格格式显示。我使用自定义 Horizo​​ntalListView 和一些 LazyLoading、缓存技术来实现所需的 UI。

我注意到(在 DDMS 中)是,与 Android 2.3.3 相比,该应用程序在 Android 3.2 上消耗了更多内存,我预计会有很小的差异,但我的应用程序在 Android 3.2 上消耗约 35Mb,在 2.3.3 上仅消耗 12Mb。造成如此巨大差异的具体原因是什么?

I am working on an Android app, that has lots of images (a few hundred) to be displayed in a grid format. I am using a custom HorizontalListView and a couple of LazyLoading, Caching techniques to achieve the required UI.

What I have noticed (in DDMS) is, the app consumes a lot more memory on Android 3.2 compared to Android 2.3.3 I was expecting a small difference, however my app consumes about 35Mb on Android 3.2 and only 12Mb on 2.3.3. Any particular reason for such a huge difference?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寂寞笑我太脆弱 2024-12-05 19:56:16

您是否正在考虑支持多个屏幕 加载图像时?

我认为你的问题是屏幕类型和图像大小。如果你专注于这个领域,你可能会得到更好的结果。

Are you considering supporting multiple screens while loading images?

I think your problem is screen type and the size of image. If you focus on this area, you may get improved results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文