我用PHP& WordPress网站的Jquery移动。现在我正在寻找APK android开放市场。任何人都可以帮助我更多细节这个教程子: php& jqueryMobile应用程序到apk。
**** Attent:jycr753 ****,链接:How to convert php & jqueryMobile application to apk file(你能详细点一下你的教程吗?)
我是全新的。
谢谢
“
<ul data-role="listview" data-theme="b" data-filter="true" data-counttheme="e">
<?php if( have_posts() ) : while( have_posts() ) : the_post(); ?>
<li>
<?php the_post_thumbnail(); ?>
<h2>
<a href="<?php the_permalink(); ?>" data-transition="slidedown"><?php the_title(); ?></a>
</h2>
<article> <?php echo the_excerpt(); ?> </article>
</li>
<?php endwhile; endif; ?>
</ul>
</div>
“
答案 0 :(得分:0)
这会更简单,只需使用webview创建一个示例Android应用程序并加载您网站的网址
访问 http://www.mkyong.com/android/android-webview-example/
假设你知道设置android工作区的一些基本知识,
只需按照教程操作即可加载您的网址