dongzhi4498 2013-06-29 07:38
浏览 38

php&jqueryMobile应用程序到apk

I have made with the PHP & Jquery mobile for wordpress site. Now I'm looking for APK android open market. Can anyone have help me a little more details this tutorial sub: php & jqueryMobile application to apk.

**** Attent: jycr753****,Link: How to convert php & jqueryMobile application to apk file (Can you please a little details your tutorial )

I'm totally new here.

Thank you


"

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

"


  • 写回答

1条回答 默认 最新

  • douya2007 2013-06-29 07:57
    关注

    That would be simpler , just create a sample android app with webview and load the url of your website

    visit http://www.mkyong.com/android/android-webview-example/

    assuming that you know some basic of setting the android workspace ,

    just follow the tutorial and let load your URL instead

    评论

报告相同问题?

悬赏问题

  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码