I cannot seem to find a clear answer of when to use RenderScript
?
Documentation says that we should use it when doing some computing or work with images. This is not so clear especially the part with images.
Can someone give me practical advices when to use it?
For example,
what computing are they talking about?
when should we use
RenderScript
dealing withBitmap
when there are other methods (or factories) which we can successfully use on such occasions?Is
RenderScript
limited only to usage when coding games?