1

I'm working on a project for Blackberry devices and I have to show the individual RAM usage for all running apps. Is there any way to do that using the Blackberry Java Development Environment?

Vinay S Shenoy
  • 4,028
  • 3
  • 31
  • 36

1 Answers1

0

No, there is no API available to get such information.

  • I was afraid of that. Thanks. – Vinay S Shenoy Apr 19 '12 at 03:57
  • Unfortunately only common stats are available. Take a look at [MemoryStats](http://www.blackberry.com/developers/docs/7.0.0api/net/rim/device/api/system/MemoryStats.html) and [Memory](http://www.blackberry.com/developers/docs/7.0.0api/net/rim/device/api/system/Memory.html) classes. –  Apr 19 '12 at 05:13
  • I'm already able to do that. I was wanting to get individual memory stats, if possible. – Vinay S Shenoy Apr 19 '12 at 05:56