java - How to parse array returned from php to String array in android -


i following response after executing http post php in android.

new array("1:excellent","2:good","3:average","4:not good","5:disappointing") 

i want parse result string array, can fill spinner these values.

i dont see string constructor can take array maybe check java string documentation. check array's size, create string array of size, manually copy in array string array via loop value value. not familiar copying array object seem object , typecast string. i'm not sure see array in java collections, use few languages, if have not managed data java object yet not yet apply.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -