Fully functional Android data grid

Since creating a dynamic table using a table layout was not enough for me. I wonder if I can get a data grid view like this (from MyData app)

enter image description here

Capabilities:

  • vertical scroll support
  • horizontal scroll support
  • cells of an interactive table (for inserting data, for example)
  • movable columns (long click on a column, then move left or right)
  • sort columns

Is there an open or commercial equivalent ?!

+7
source share
1 answer

Try it. The main Android spreadsheet . Hope this works.

0
source

All Articles