Which function I can use to send a simple text from the php server to android -


if have following string variable in php file:

$text = "hello world"; 

can use print(json_encode($text)); send $text void function such following function in android?

void getstring(string text) { // somethings on text variable } 


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

c++ - Using Gtest how return different values in ON_CALL? -

asp.net core mvc - How important is the global.json and src folder? -