I would like to create an android application which can produce plots and stats related to the textual data.I want to perform the same "data analysis"/text processing which I am enabled to with tidyverse and the correlated packages in R.I know that in java there are JRI/REngine/JRIEngine packages to interface with R,but I don't know whether it's possible to use them in some way,to achieve this goal in android(i'm an absolute beginner). I would love very much to find a solution and will appreciate your suggestions!
Asked
Active
Viewed 46 times
1 Answers
1
You can check out these awsome library for graphs and charts.
Also check the Android arsenal for a variety of charting and graphing library.

Ratul Bin Tazul
- 2,121
- 1
- 15
- 23
-
Thank you!Now I know where to look for!Android arsenal seems the right place – eddybudge Apr 16 '18 at 15:41