Hi,
A couple of questions.
I'm using a List to populate a ScrollView via a mySQL server... I connect just fine and return the requested results in JSON and using the JSONParser I get the info I need.
1. One of my results throws an java.lang.NullPointerException when used with lbl_MediaTagline.Text = m.Get("tagline")... the result should be "We’re lonely, so, let’s be lonely together." I've determined that the "We're" or "let's" is causing the issue.
Any ideas on how to fix this? I don't see this issue when running in a Visual Studio program.
2. I asked this question in another thread but moved it here as I'm now using a ScrollView as my main view rather than a ListView...
What would be the best method to populate an image file for each item in the ScrollView where the image location is taken from the mySQL server? For example the address for the image would look something like:
\\mysqlserveris\shared\Fanart\Cowboys Aliens\Poster\smalltXEHvxU315Yu7bEaMMRcpDpW6RI.jpg
I'm a bedroom hobbyist coder so please be gentle with me and any ideas/solutions would be greatly appriciated
Many Thanks
Ben
A couple of questions.
I'm using a List to populate a ScrollView via a mySQL server... I connect just fine and return the requested results in JSON and using the JSONParser I get the info I need.
1. One of my results throws an java.lang.NullPointerException when used with lbl_MediaTagline.Text = m.Get("tagline")... the result should be "We’re lonely, so, let’s be lonely together." I've determined that the "We're" or "let's" is causing the issue.
Any ideas on how to fix this? I don't see this issue when running in a Visual Studio program.
2. I asked this question in another thread but moved it here as I'm now using a ScrollView as my main view rather than a ListView...
What would be the best method to populate an image file for each item in the ScrollView where the image location is taken from the mySQL server? For example the address for the image would look something like:
\\mysqlserveris\shared\Fanart\Cowboys Aliens\Poster\smalltXEHvxU315Yu7bEaMMRcpDpW6RI.jpg
I'm a bedroom hobbyist coder so please be gentle with me and any ideas/solutions would be greatly appriciated
Many Thanks
Ben
Last edited: