I am populating my ListView with Volley Library from the Link
"http://192.168.***.***/allquestions/prev_ans.php/?number="+phone_number+"&&query="+query"
Suppose, the Json array for query "question change" is
[{"Name":"AAAAA","Id":"101010101","ques":"question change","Type":"class1","relatedFields":"Eduation","Name":"hshsusu","ans":"new answer 1","replyDate":"2015-09-14","replyTime":"21:05:39"}]
and the JSON array for query "newquestionforcrop" is
[{"Name":"AAAAA","Id":"101010101","ques":"question change","Type":"class1","relatedFields":"Eduation","Name":"hshsusu","ans":"new answer 1","replyDate":"2015-09-14","replyTime":"21:05:39"}]
The problem is, it only populate the list when my query has no space between them.
How should I resolve this?