javascript - Can PHP echo an element into Android? -


while using html, javascript, , php, can make httpget request mysql database , echo information onto html page, including actual elements such buttons , tables.

echo "<button type='button'>$name</button>"; 

or

echo "<table><tr><td>$name</td><td>$age</td></tr></table>"; 

can php echo elements after httpget request onto android gui?


Comments

Popular posts from this blog

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -