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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -