Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import jquery/php into android studio

I would like to port my existing html/php/jquery code into an android app.

I've search all over and my results have been iffy. Is this even possible?

like image 963
shiri Avatar asked Nov 29 '25 13:11

shiri


1 Answers

Check for "AQuery", Android-Query (AQuery) is a light-weight library tryin to do the same jQuery does.

https://code.google.com/p/android-query/

like image 155
Michele Settembre Avatar answered Dec 01 '25 03:12

Michele Settembre