jquery Mobile with Php application转换为apk Apps

时间:2013-06-29 14:45:18

标签: php android jquery wordpress apk

我为wordpress网站制作了Jquery mobile。现在我正在寻找Android for Android open market。任何人都可以帮助我更多细节Jquery移动和PHP到APK应用程序。

我是全新的。

谢谢

这是 Jquery mobile with PHP Wordpress 索引代码

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

1 个答案:

答案 0 :(得分:0)

好吧,PHP是服务器端语言,你不能在android中运行php jQuery站点,你可以用webview制作一个APK文件,whick在远程服务器上打开一个网站,但你不能运行php网站你手机上的Android应用程序APK。