Home > Backend Development > PHP Tutorial > 想要做一个安卓的客户端,可以用来访问小弟我自己写的PHP页面,应该如何实现呢

想要做一个安卓的客户端,可以用来访问小弟我自己写的PHP页面,应该如何实现呢

WBOY
Release: 2016-06-13 13:00:08
Original
848 people have browsed it

想要做一个安卓的客户端,可以用来访问我自己写的PHP页面,应该怎么实现呢
我想写一个安卓客户端,在自己的电脑上用模拟器运行后,可以访问同样在电脑上运行的php页面,请问应该如何实现呢。
------解决方案--------------------
在自己机器上配个web服务,用php写个接口。然后在安卓客户端上http请求这个接口地址。
------解决方案--------------------
发送Json请求

------解决方案--------------------
我也在做类似的产品。提供我的思路,php做后台,mysql存储数据。前端安卓采用dw5.5或者dw6集成的phonegap来生成安卓的apk(web转化为apk),安卓apk 采用ajax来和php后台联系。当然dw5.5开发的apk是基于html5和jquery mobile 来做的。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template