List of all Iphone and Blackberry Development codes in a one click Iphone,objective C,xcode,blackberry Development,iOS Development

Tuesday, May 1, 2012

Get Memory usage in Blackberry

If you want to know the memory usage of your blackberry phone, then use the following code.
   Memory.getRAMStats().getFree();
   Memory.getRAMStats().getAllocated());


        

No comments:

Post a Comment