Skip to main content
Create Team
Add Your API
Docs
Log In
Sign Up
Create Team
Add Your API
Docs
Log In
Sign Up
/ joseph-n
Movie Max
API that provides information schedules about movies showing in Kenyan cinemas
Discussions
5
All
Questions
Answers
Title
Created at
(Click to sort ascending)
A
1
Could you please provide more details? Thanks
Sat 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?
Fri 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?
Fri 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?
Fri 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?
Fri 4:40
9/1/15