Rapid account: null

/ joseph-n

讨论区

5
Title
Created at (Click to sort ascending)
A
1
Could you please provide more details? Thanks sáb. 7:23 3/3/18
A
8
When I was dealing with this API in the mock IMAX app I had created I was using sth like ```java // genre is json array JSONArray genreArray = movieObj.getJSONArray("genre"); ArrayList<String> genre = new ArrayList<String>(); for(int j=0;j < genreArray.length(); j++){ // Your genre is here genreArray.get(j); } ``` `movieObj` is the response from the endpoint Does that help? vie. 4:40 9/1/15
A
8
When I was dealing with this API in the mock IMAX app I had created I was using sth like ```java // genre is json array JSONArray genreArray = movieObj.getJSONArray("genre"); ArrayList<String> genre = new ArrayList<String>(); for(int j=0;j < genreArray.length(); j++){ // Your genre is here genreArray.get(j); } ``` `movieObj` is the response from the endpoint Does that help? vie. 4:40 9/1/15
A
8
When I was dealing with this API in the mock IMAX app I had created I was using sth like ```java // genre is json array JSONArray genreArray = movieObj.getJSONArray("genre"); ArrayList<String> genre = new ArrayList<String>(); for(int j=0;j < genreArray.length(); j++){ // Your genre is here genreArray.get(j); } ``` `movieObj` is the response from the endpoint Does that help? vie. 4:40 9/1/15
A
8
When I was dealing with this API in the mock IMAX app I had created I was using sth like ```java // genre is json array JSONArray genreArray = movieObj.getJSONArray("genre"); ArrayList<String> genre = new ArrayList<String>(); for(int j=0;j < genreArray.length(); j++){ // Your genre is here genreArray.get(j); } ``` `movieObj` is the response from the endpoint Does that help? vie. 4:40 9/1/15