简体   繁体   English

我应该将该库放在我的android应用程序中的什么位置?

[英]Where should I place this library in my android app?

I just downloaded this library ( http://mathscribe.com/author/jqmath.html ) to display equations. 我刚刚下载了该库( http://mathscribe.com/author/jqmath.html )以显示方程式。 Now I have my equation in an html document. 现在,我在html文档中有了方程式。 So far so good. 到现在为止还挺好。 My question is: 我的问题是:

  1. Can I just load that html document in a textview in my android app? 我可以在Android应用程序的textview中加载该html文档吗?
  2. If so, where do I have to place those the html document and the jquery library in eclipse? 如果是这样,我该在哪里将html文档和jquery库放在Eclipse中?

You can display HTML content into a WebView control in your Android app. 您可以在Android应用程序中将HTML内容显示到WebView控件中。 You can place the html document into the app assets. 您可以将html文档放入应用程序资产中。

this tut might be useful 这个tu可能有用

http://www.mobiledevelopersolutions.com/home/start/included-demo-apps 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 帮助在Android WebView中使用JQuery

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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