I am working on a app using a sql database.
I have my database ready for showing a list with a picture and a content .
But what happens if I have more pictures or multiple informations that needs more complex layout design ..how does the relation between database and layout from the app works ?
How should I modify my database in order to show the content with more layout formats like in a newspaper ?
For now I only think of a column that could store a layout format for the data ...if var=0 then show pictures in a horizontal scolview ,if var=0 show pictures in a vertical scroll view and so on
Please advise how do you think this can be done to make your layout look more dynamic and nice.
Thanks
I have my database ready for showing a list with a picture and a content .
But what happens if I have more pictures or multiple informations that needs more complex layout design ..how does the relation between database and layout from the app works ?
How should I modify my database in order to show the content with more layout formats like in a newspaper ?
For now I only think of a column that could store a layout format for the data ...if var=0 then show pictures in a horizontal scolview ,if var=0 show pictures in a vertical scroll view and so on
Please advise how do you think this can be done to make your layout look more dynamic and nice.
Thanks