Hi there, Corona regulars.
Before I get to the meat of the question, a bit of background: I have been trying to get into app programming as a hobby, coming from a non-programming career, and got the opportunity to make a small business app for a friend of mine. I took the challenge to get my feet wet with Corona, and so far have been more or less successful in teaching myself through tutorials and script examples.
So far I managed to set up scripts to download JSON encoded data from a webserver and display it in the console, but I can not for the life of me figure out how I can display this data within a table on the device display. I have a working scrollable tableview widget, so that works, but maybe someone can point me to a tutorial or example on how to combine JSON and a tableview widget to display the data from the webserver on the display.
Maybe I am overlooking something, but is there also no way to “layout” for lack of a better word, the look of a table row and it’s contents? My example database has a couple of entries about companies, so what I would like to ultimately do is have the company name be in a larger font as a row title, the address in a smaller font size, a remotely loaded image next to the paragraph, etc.
Thanks in advance for any helpful replies, and sorry for being kind of obtuse about this, but I don’t know what else to search for that might bring me a step further.
