0

我已经使用 PHP & Jquery mobile for wordpress 网站。现在我正在寻找 APK android 公开市场。任何人都可以帮助我更详细地了解本教程子:php & jqueryMobile application to apk。

**** Attent: jycr753****,Link: 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>

"


4

1 回答 1

0

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

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

假设您了解一些设置 android 工作区的基础知识,

只需按照教程并让加载您的 URL

于 2013-06-29T07:57:56.110 回答