Android Login Form Tutorial with mySQL and PHP
Uploader Comments (crosbymichaela)
All Comments (25)
-
the video is not clear.. please put up a clear video
-
@crosbymichaela hows the app coming along?
-
@crosbymichaela Sounds good, just let me know when its posted.
-
@batista603 So I think I will do a check in app for the tutorial. It' would have a signup, you could check in your GPS location, add friends and view their location and information. Remove friends(all this data is stored in mySQL). So that would cover more views, adding, updating, deleting data from mySQL. And interacting with all the views. I will charge some money for it because this is alot of code I have to write, but it will be close to an hour video and you get all php and mobilecode
-
@crosbymichaela okay, I see that you sell tutorials. If it will help, if you could create a tutorial on what i asked for, i wouldnt mind paying for it. I also may need to see examples on how to insert and update to if you decide to do it. Keep up the good work
-
I was talking about generating an Android application (. Apk) with PHP backend, but so far not seen any video or tutorial showing it.
To make an apk, in your menu bar: Project >> Export Release Build.
All you have to do is move the PHP file from your local development computer to your webserver. Then it is ready for production, that is all you have to do. If you plug in your phone and Project >> Export Release Build, it will run exactly the same (if you are connected to your wifi) as it does in the video.
crosbymichaela 7 months ago
I understand, but what about the client-server communication? The tablet makes requests to the Apache web server? I have not found where to configure it ...
gabrielgpp 7 months ago
@gabrielgpp I'm sry but I don't understand the question. Tablet's communicate just like phones or even laptops and computers. As far as Apache, you do have to have an *AMP stack running. ie Apache, mySQL, and PHP. The communication is done with PHP in this example. All this example does it takes a url to a php page. ie the URLRequest in views.MainLoginView.mxml is where you put a url to your server.
crosbymichaela 7 months ago
If you want more info, I have an hour long tutorial for $7. I posted the link in the video description, I can't post links in youtube comments.
crosbymichaela 7 months ago