This Android app can collect memory information and show in graphic chart per a process..
MemInfoChart is hosted in the following web site
https://github.com/ohnova/MemInfoChart
If you think the Android project MemInfoChart listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MemInfoChart.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 13 |
Activity Count | 8 |
jar files used | achartengine-1.1.0.jar android-support-v4.jar google-play-services.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED android.permission.SYSTEM_ALERT_WINDOW android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\readme.txt |
There are 4 image files in MemInfoChart. The names of the image files are listed as follows.
action_icon_change_b.png action_icon_change_w.png alphabet_g.png normal_app.png
The following screenshort is generated from the image listed above.
MemInfoChart has the following Java source files.
com.gihasil.lab.meminfochart.activity.AppsListAdapter.java com.gihasil.lab.meminfochart.activity.HistoryViewActivity.java com.gihasil.lab.meminfochart.activity.MainActivity.java com.gihasil.lab.meminfochart.activity.MemoryChartActivity.java com.gihasil.lab.meminfochart.activity.SettingActivity.java com.gihasil.lab.meminfochart.activity.SettingPreferenceFragment.java com.gihasil.lab.meminfochart.chart.AbstractChart.java com.gihasil.lab.meminfochart.chart.IAChart.java com.gihasil.lab.meminfochart.chart.MemoryLineChart.java com.gihasil.lab.meminfochart.db.MemInfoDB.java com.gihasil.lab.meminfochart.db.MemInfoDBHandler.java com.gihasil.lab.meminfochart.db.MemInfoProfile.java com.gihasil.lab.meminfochart.service.AccumMemoryService.java com.gihasil.lab.meminfochart.service.AlwaysOnTopService.java com.gihasil.lab.meminfochart.service.MemCheckServiceHelper.java com.gihasil.lab.meminfochart.service.MemInfoBroadcastReceiver.java com.gihasil.lab.meminfochart.service.NotificationLoader.java com.gihasil.lab.meminfochart.utils.AppInfo.java com.gihasil.lab.meminfochart.utils.MemInfoLog .java com.gihasil.lab.meminfochart.utils.MemInfoUtils .java com.gihasil.lab.meminfochart.utils.SharedPreferencesUtils.java