Simple threading on android, as parallel programming assignment..
ThreadingExample is hosted in the following web site
https://github.com/hstefan/ThreadingExample
If you think the Android project ThreadingExample 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 ThreadingExample.
Item | Value |
---|---|
Java File Count | 7 |
Minimum SDK Version | 11 |
Activity Count | 1 |
ThreadingExample has the following Java source files.
com.hstefan.threadingexample.DotProductAsyncTask.java com.hstefan.threadingexample.DotProductThreadingSingleton.java com.hstefan.threadingexample.ThreadingExampleActivity.java com.hstefan.threadingexample.VectorGenerationTask.java com.hstefan.threadingexample.db.ResultDbOpenHelper.java com.hstefan.threadingexample.db.ThreadResult.java com.hstefan.threadingexample.task.Task.java