How can an Android app use >=256Mb of RAM?

前端 未结 4 1389
说谎
说谎 2021-01-03 08:32

As far as I\'m aware, each Android phones limits all apps to a maximum memory usage of about 16, 24 or 32Mb. I\'ve just seen people discussing the app Dungeon Defenders whic

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-03 08:56

    If you do not need to render the image in real time, the answer is simple, just send the image to your server, with some image processing command, render it there, and send it back to Android. If your application requires >256MB RAM then you're going to severely limit a lot of your audience, and that's not good.

提交回复
热议问题