Android Open Source - Graphics chart MemInfoChart






Project Summary

This Android app can collect memory information and show in graphic chart per a process..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MemInfoChart.

ItemValue
Java File Count21
Supported screen sizes[hdpi]
Minimum SDK Version13
Activity Count8
jar files usedachartengine-1.1.0.jar
android-support-v4.jar
google-play-services.jar
Required Permissionsandroid.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 Namesres\raw\readme.txt




Resource Files

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.

null

Java Source Files

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