2

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!

eddybudge
  • 165
  • 1
  • 8

1 Answers1

1

You can check out these awsome library for graphs and charts.

1. MPAndroidChart

2. GraphView

3. WilliamChart

Also check the Android arsenal for a variety of charting and graphing library.

Ratul Bin Tazul
  • 2,121
  • 1
  • 15
  • 23