Coming from years of .NET Framework programming experience, I wonder if there is anything in Android out of the box that resembles the .NET WPF component DataGrid: it should be something like an Android AdapterView, where you set the Adapter (ItemsSource in .NET) and it will show up with a table whose rows are populated with data coming from the adapter (I tried using a ListView but it doesn't show like a table).
Thank you in advance