hi,
I am stuck with array stuff. I want to store about 400 records in 2 dimensional array. Its like,
ques[1][1] = this is the question
ques[1][2] = this the correct answer
ques[1][3] = option one
ques[1][4] = option two
ques[2][1] = this is the question
ques[2][2] = this the correct answer
ques[2][3] = option one
ques[2][4] = option two
Its easy to achieve this via java code. I want to store these in the resources xml files. I tried string-array but its only one dimensional..
Please help me to do this !! and please tell me how I can access this array according to index number..
thanks a lot
I am stuck with array stuff. I want to store about 400 records in 2 dimensional array. Its like,
ques[1][1] = this is the question
ques[1][2] = this the correct answer
ques[1][3] = option one
ques[1][4] = option two
ques[2][1] = this is the question
ques[2][2] = this the correct answer
ques[2][3] = option one
ques[2][4] = option two
Its easy to achieve this via java code. I want to store these in the resources xml files. I tried string-array but its only one dimensional..
Please help me to do this !! and please tell me how I can access this array according to index number..
thanks a lot