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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

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