I want to create an intelligent list of upcoming pool matches, preferably showing a date, an opponent and whether Home or Away. Is there an easy way to do this expanding on Tutorial 1 with the database driven list
I want to create an intelligent list of upcoming pool matches, preferably showing a date, an opponent and whether Home or Away. Is there an easy way to do this expanding on Tutorial 1 with the database driven list
Hello! Not sure I understand what exactly you mean. Please check this tutorial http://docs.appery.io/tutorials/build...
Is that something that you need?
Hi,
Many thanks for the prompt answer. I am trying to set a list that pulls in two pieces of information such as a name and date field eg;
Team 1 22/01/2014 Home
Team 2 29/01/2014 Away
Team 1 05/02/2014 Away
Where the team name, date and venue are all pulled from the same row in a database, so the format is always [team][date][venue]
Rather just a single field being listed.
Hello! Could you clarify do you want to save all of it in one DB cell and then show in one Label component?
Preferably it would be 3 columns containing a string for team, a date for date and a string or Array for Home or Away. I am just trying to work out the easiest way to show a set of fixtures for our pool team, If you can think of a better way I am happy to try it.
Use 3 DB columns: string for team, date for date and string for venue and use mapping to show these values where you need it.