Answer the question
In order to leave comments, you need to log in
What's the easiest way to display a xamarin table?
There is a collection of such objects
public class Film
{
public string Name { get; set; }
public int Year { get; set; }
public int Opisanie { get; set; }
}
Answer the question
In order to leave comments, you need to log in
The wording of the question is rather vague. What is meant by "get"? Take from the database, from a remote service?
Or do you just need to display the list on the screen? If yes, use ListView.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question