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

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -