search

Home  >  Q&A  >  body text

How to display project data from MySQL database in Android Studio?

<p>How to extract data from Mysql and display it in Android? Can you give me some examples or resources? </p>
P粉805931281P粉805931281573 days ago602

reply all(1)I'll reply

  • P粉617237727

    P粉6172377272023-09-01 17:51:56

    Android supports Sqlite database, if you want to use server-side mysql, then you need to create a PHP API, which will return the JSON of the mysql database content, and you can use it in your Android app.

    reply
    0
  • Cancelreply