I want to accelerate my program by doing my math calculations on the GPU.
Is it possible in android. How do I do that?
So far I found Renderscript with working sample(come with the sdk. its name HelloCompute) but it only works on android 3+
And the documentation is not that good...
Any other solutions?