Android Open Source - Framework Asynchronous TaskExecutor






Project Summary

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 ?.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TaskExecutor.

ItemValue
Java File Count16
Supported screen sizes[xhdpi]
Target SDK Version16
Minimum SDK Version8
Activity Count2
Fragment Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

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.

null

Java Source Files

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