Share My Creation App Memory Usage Monitor

Hi,

As a developer sometimes you need to monitor the memory usage of your app, I’m sure there’re many apps for this purpose but here’s a small B4A made tool.

It’ll monitor the foreground app’s memory usage; also you can set a custom filter for your desired package.

For custom filter create a text file with this name: package.name that contains the package name of the target app and put it in the root external folder of your device.

Just run the app and switch to your desired app.

The app is not something special just few lines of code and two libs (main part are these libs) :

1- OverlayWindow (as a part of ProBundle from Informatix)

2- MSOS

I hope you like it ;)
 

Attachments

  • Screenshot_2015-11-09-15-25-32.png
    Screenshot_2015-11-09-15-25-32.png
    86.3 KB · Views: 2,904
  • AppMemoryUsageMonitor.apk
    119 KB · Views: 312
Top