/
Crea team
Aggiungi la tua API
Documenti
Accedi
Iscriviti
Crea team
Aggiungi la tua API
Documenti
Accedi
Iscriviti
/
/ joseph-n
Movie Max
API that provides information schedules about movies showing in Kenyan cinemas
Discussioni
5
All
Questions
Answers
Il più nuovo
A
1
Could you please provide more details? Thanks
sab 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?
ven 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?
ven 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?
ven 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?
ven 4:40
9/1/15