Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin - Display table

I'm a newbie in C#/Xamarin/Android/Mobile development.

I'm calling an API that returns rank, name and budget of a bunch of movies.

I would like to display this data as a table (sort of Excel-like table, no need to have filters): enter image description here

I've been investigating and I see there's a TableLayout form in Xamarin. But I don't think I could get this view with the TableLayout. Is the only possibility to create an HTML/CSS table based on the JSON I get from the API?

I'm also considering Google Chart's table, but I wonder if this is overkill for what I need...

like image 387
Victor Avatar asked Apr 23 '26 19:04

Victor


1 Answers

You can use GridView present in Xamarin or if you want to display them in the type of excel with the features like sorting removing etc you can use the plugins like Syncfusion

Take a look at this link below about the grids in syncfusion which can be used in Xamarin android

http://help.syncfusion.com/xamarin-android/sfdatagrid/overview

like image 168
Sai Chaitanya Avatar answered Apr 26 '26 10:04

Sai Chaitanya



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!