How to get from a MySql server to an Android app?

前端 未结 4 830
情书的邮戳
情书的邮戳 2020-12-01 03:56

I have a MySql database with some sports results in it. I want to write an Android application to display these data on mobile phones.

I´ve searched on the internet

4条回答
  •  鱼传尺愫
    2020-12-01 04:23

    Step by step procedure for using Mysql to store data in local machine using android to enter data

    Android Connecting to MySQL, PHP

    This is one of the simplest tutorials on the net regarding data flow from your Android app to PHP script then finally is stored in your MySQL database.

    Hope it helps

提交回复
热议问题