
March 7th, 2013, 11:44 AM
|
|
Contributing User
|
|
Join Date: Jun 2011
Posts: 33
Time spent in forums: 15 h 6 m 53 sec
Reputation Power: 2
|
|
Quote: | Originally Posted by Winters Is this for an app or a mobile website? Do you require help with Java or Javascript? HashMaps are a Java interface, which is why I am asking. |
Its a mobile website with javascript, I was used HashMap in the wrong wording I just mean some sort of hashtable/dictionary/associative array type thing. Which I ended up using an associative array formatted like this.
var personArray=[
["Person1","first.png"],
["Person2","second.png"],
["Person3","third.png"],
["Person4","fourth.png"]]
|