I'm taking part in a company "hackathon" for a charity next week and I'm making the android app :/ I have done very little Android so far so I would like your help as I have been looking on the internet for examples of what I need but have yet to find some.
What I need to to pull back some information from the site using a PHP request into an array of type string, this I know how to do (thanks stackoverflow).
What I would like to do is display this data on the screen using a list view in a certain way. I would like to show an image on the left, with the event name to the right of that, then on the next line the cost and on the next line a short description. The image is a link that will be retrieved from the PHP request. I have tried to show an example below, sorry if it's a little confusing.
Image: Event Name
Image: Cost
Image: Short description of the event
If anyone has an examples that match my need I would be most greatful as I can't seem to find any. Bear in mind that the data will be stored in a String array such as {image link, event name, cost, short desc, image link, event name, cost, short desc, image link, event name, cost, short desc, image link, event name, cost, short desc, }