The TaskExecutor is a super custom, rock solid, implementation of a robust, consolidated, and centralized asynchronous Task execution framework. Tasks are persisted to disk, accommodate configurationChanges, new Activity creation, and even survive process termination. With many options, your Tasks are almost guaranteed to execute, and post back ?.
TaskExecutor is hosted in the following web site
https://github.com/nseidm1/TaskExecutor
If you think the Android project TaskExecutor 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 TaskExecutor.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in TaskExecutor. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
TaskExecutor has the following Java source files.
main.taskexecutor.TaskActivity.java main.taskexecutor.TaskDialogFragment.java main.taskexecutor.TaskFragment.java main.taskexecutor.TaskLoader.java main.taskexecutor.callbacks.ExecutorReferenceCallback.java main.taskexecutor.callbacks.ServiceExecutorCallback.java main.taskexecutor.callbacks.TaskCompletedCallback.java main.taskexecutor.callbacks.TaskUpdateCallback.java main.taskexecutor.callbacks.TasksRestoredCallback.java main.taskexecutor.classes.Log.java main.taskexecutor.core.Task.java main.taskexecutor.core.TaskExecutor.java main.taskexecutor.core.TaskExecutorService.java main.taskexecutor.exceptions.CalledFromWrongActivityException.java main.taskexecutor.helpers.QueueOnDiskHelper.java main.taskexecutor.helpers.QueueToDiskTask.java