I’m an amateur developer and I’m creating an Android app that will perform long mathematical calculation (involving multiple for-loops for example). I’ve read on the Android Developer website that Renderscript is a possible way of reducing computational time and memory. However, I have no readability (or writability for that matter) in C, so I was wondering if there’s any more effective (time/memory) ways of carrying out the computations.
Otherwise, if there’s really no other ways, are there helpful resources for me to look besides the Renderscript section on the Android website?
You have two choices to compute directly on device:
Renderscript:
Android NDK: