I am an amateur developer, and I am creating an Android application that will perform lengthy math calculations (e.g. for several for-loops). I read on the Android developer website that Renderscript is a possible way to reduce time and memory. However, I don't have a read (or write option in this case) in C, so I was wondering if there are more efficient (time / memory) ways to do the calculations.
Otherwise, if there are no other ways, are there any useful viewing resources besides the Renderscript section of the Android website?
source share