douxi8119 2014-12-13 05:33
浏览 84

Android - 使用mysql.php注册/登录表单

I am new to android. I have searched so far so many websites to begin login / registration form using php , mysql in android i have got no proper sites with output. As a beginner level i need to know is there any sites which has proper output or else guys can u help me with complete coding. I would be so gratefull if i am pleased with complete coding.

Thanks in advance.

  • 写回答

2条回答 默认 最新

  • dr5648 2014-12-13 05:47
    关注

    Your question Is not all that clear. I think of two ways you can do what you are looking for.

    1. Build a real android app and pass the data via XML.

    2. You create a webview (basically you are displaying a website though the app) In which case you use php like you would a normal site and the front end is very mobile friendly.

    So either way you go you need to google "php login tutorial"

    评论

报告相同问题?

悬赏问题

  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了