php&;jqueryMobile应用程序到apk


php & jqueryMobile application to apk

我用PHP&wordpress网站的Jquery手机。现在我正在寻找APK安卓开放市场。有人能帮我更多的细节吗?这个教程子:php&jqueryMobile应用程序到apk

****注意:jycr753***,链接:如何转换php&jqueryMobile应用程序到apk文件(你能详细介绍一下你的教程吗)

我是新来的。

谢谢


"

    <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>

"


这会更简单,只需创建一个带有webview的示例android应用程序并加载您的网站的url

访问http://www.mkyong.com/android/android-webview-example/

假设你知道设置android工作空间的一些基本知识,

只需按照教程进行操作,然后加载您的URL,而不是