My Third Year project, this application demonstrates the Microsoft Accelerator Style API I developed for Android Platforms. This utilises the RenderScript library to perform the intensive processing and the system can decide what hardware is most optimal for code execution..
AndroidAcceleratorAPIDemo is hosted in the following web site
https://github.com/WillScottJackson/AndroidAcceleratorAPIDemo
If you think the Android project AndroidAcceleratorAPIDemo 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 AndroidAcceleratorAPIDemo.
Item | Value |
---|---|
Java File Count | 15 |
Minimum SDK Version | 13 |
Activity Count | 8 |
Raw File Names | res\raw\intadd.bc res\raw\intaddition.bc res\raw\rsoperations.bc res\raw\rsprototypeone.bc res\raw\rsprototypetwo.bc |
AndroidAcceleratorAPIDemo has the following Java source files.
com.willsj.android.thirdyeardemo.FloatingPointMathTest.java com.willsj.android.thirdyeardemo.IntSplitArrays.java com.willsj.android.thirdyeardemo.IntegerMathTest.java com.willsj.android.thirdyeardemo.JavaBuiltBenchmark.java com.willsj.android.thirdyeardemo.PrototypeOne.java com.willsj.android.thirdyeardemo.PrototypeThree.java com.willsj.android.thirdyeardemo.PrototypeTwo.java com.willsj.android.thirdyeardemo.RenderScriptBuiltBenchmark.java com.willsj.android.thirdyeardemo.RenderscriptPrototype.java com.willsj.android.thirdyeardemo.RenderscriptPrototypeTwo.java com.willsj.android.thirdyeardemo.ThirdYearProjectDemonstrationTwo.java com.willsj.android.thirdyeardemo.TimerFunctions.java com.willsj.android.thirdyeardemo.floatOperationsRS.java com.willsj.android.thirdyeardemo.floatSplitArrays.java com.willsj.android.thirdyeardemo.intOperationsRS.java