How can Android be utilized in computational science pipelines?
For example, if one wanted to produce a visualization for an Android mobile device. Similarly to how people are using browsers and JS to do visualizations and interactive apps even.
I'm thinking that support for numerical codes in Java is poor compared to C/C++, which would make me think that a way to utilize C/C++ code would be to run these in a server and just poll results for displaying on a Kotlin app or something. But is this all there is to this?