简体   繁体   中英

Where should I place this library in my android app?

I just downloaded this library ( http://mathscribe.com/author/jqmath.html ) to display equations. Now I have my equation in an html document. So far so good. My question is:

  1. Can I just load that html document in a textview in my android app?
  2. If so, where do I have to place those the html document and the jquery library in eclipse?

You can display HTML content into a WebView control in your Android app. You can place the html document into the app assets.

this tut might be useful

http://www.mobiledevelopersolutions.com/home/start/included-demo-apps

and you may have a similar problem so consider the following

Help using JQuery in Android WebView

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM