M
M
maksimovamaris2018-02-03 02:44:49
Android
maksimovamaris, 2018-02-03 02:44:49

How to create applications for android with authorization?

Hello, I decided to implement user registration in the application for android.
I read that it is necessary to start a process that reads the data and sends it to the site with the database, that is, to the server.
Let's say I create a database in php myadmin (the only site I currently know where you can create databases).
But how does this site know that I gave it data and fill in the table?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rostislav Ignatenko, 2018-02-03
@lepard

First, php myadmin is not a website, but a web application for MySQL administration. The database can be created on all hostings.
Secondly, the database will know that you have passed data to it very simply - you have passed data to it, I think this is very logical.
To begin with, I would advise you to understand what a database is and how it works, and then do everything else.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question