My first android application.AppCap (Java) ? 2014 ? Developed an Android application using Android Studio ? Disables the use of selected applications for a given period of time ? Create and save multiple list of selected applications ? Animated user interface.
AppCap is hosted in the following web site
https://github.com/alejojonas/AppCap
If you think the Android project AppCap 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 AppCap.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
jar files used | gson-2.3.jar |
Required Permissions | android.permission.GET_TASKS android.permission.KILL_BACKGROUND_PROCESSES android.permission.RESTART_PACKAGES |
There are 3 image files in AppCap. The names of the image files are listed as follows.
background_back.png background_front.png background_front_btn.png
The following screenshort is generated from the image listed above.
AppCap has the following Java source files.
com.jonasalejo.appcap.AppList.java com.jonasalejo.appcap.AppListAdapter.java com.jonasalejo.appcap.AppRow.java com.jonasalejo.appcap.ApplicationTest.java com.jonasalejo.appcap.BlockService.java com.jonasalejo.appcap.Database.java com.jonasalejo.appcap.MainActivity.java com.jonasalejo.appcap.PlanAdapter.java com.jonasalejo.appcap.PlanRow.java com.jonasalejo.appcap.Timer.java com.jonasalejo.appcap.TimerReceiver.java