Udemy

Android Development Working With Databases Using Mysql & PHP

Enroll Now
  • 67,613 Students
  • Updated 5/2016
  • Certificate Available
4.0
(677 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
3 Hour(s) 35 Minute(s)
Language
English
Taught by
Joe Parys, Joe Parys Support
Certificate
  • Available
  • *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Rating
4.0
(677 Ratings)
3 views

Course Overview

Android Development Working With Databases Using Mysql & PHP

In this complete course students will learn android development by working with databases using Mysql and PHP

Welcome To Android Development: Working With Databases Using Mysql & PHP

⇉ Watch the promo video to see How You Can Begin Building And Developing Your Very Own Android Applications Today! 

⇉ This Course is ADVANCED! You receive over 3.5+ hours of video content & 15+ lectures!


⇉ Join Over 950,000+ Students Who Have Enrolled In My Udemy Courses This Year!

⇉ 7,500+ Five Star Reviews on our courses prove Students Who Enrolling Are Getting Real Results!

Then this course is for you! Click "Take This Course Now" For Instant Life-Time Access!

__________________________________________________________________________

Here Is Everything You Will Learn In This Complete Course: 

  • How to set up online database for your android application.

  • How to connect your android application to an online database.

  • How to save data from android application to an online database.

  • How to retrieve data from an online database to your application.

  • How to use JSON to retrieve data from database to your application.

  • How to perform JSON parsing.

  • How to write PHP scripts to establish connection to the database.

__________________________________________________________________________

With the right mindset, understanding, and application of the teachings in this course, you will instantly begin to move towards becoming an Expert Android Developer!

When we learn something new, I add it to the course - at no additional cost to you! This is a course that will continue to add more and more to every aspect of your life.

In addition to the Udemy 30-day money back guarantee, you have my personal guarantee that you will love what you learn in this course. If you ever have any questions please feel free to message us directly and we will do our best to get back to you as soon as possible!

__________________________________________________________________________

What I can't do in this Course..

I can't guarantee your success – this course does take work on your part. But You Can Do It!

I am also not responsible for your actions. You are responsible for 100% of the decisions and actions you make while using this course.

__________________________________________________________________________

This course will not remain this price forever! It's time to take action!

Click the "take this course" button at the top right now!

...every hour you delay is costing you money...

See you in the course!

Sincerely,

Joe Parys & Ashutosh Pawar

Course Content

  • 6 section(s)
  • 20 lecture(s)
  • Section 1 Intro to MySql Database
  • Section 2 Data Insertion
  • Section 3 Online Databases:Using PHP To Connect To Database And Perform Database Operation
  • Section 4 Data Extraction & JSON
  • Section 5 Data Parsing Using JSON
  • Section 6 Course Conclusion

What You’ll Learn

  • Use online databses to store android application data
  • Develop android applications that uses MySql Databases
  • Use JSON to retrive data from the database
  • Learn how to set up an online database for android application


Reviews

  • M
    Mohammed Altayeb
    1.0

    starting from section 4 he do not explain anything, just writing code and you follow, also keep saying (this thing, this thing , this thing ) for object, classes and variables, you have to explain what do you mean by (this thing)

  • L
    Luciano Balzano
    5.0

    This course is well done and exaustive about backend service with Android Php and MySql . There is also parsing data in Json that makes the course complete .

  • K
    Keith Scull
    4.5

    Definitely got what I came for, I now know how to connect my Java driven Android App to PHP then PHP to MYSQL query within DB, also taught how to use JSON to retrieve formatted data from the table into Java. After this course, you'll be in a more than great position to simply expand your PHP, MYSQL and Java URL syntaxes to achieve even more in using PHP/MYSQL to store data for your Android applications.. A few notes that I hope help others who finish this course: 1. I could not get Xampp to run Apache at first because the default port of 80 was in use by something, it's an easy fix to switch the port to 8080 instead, so google it. 2. IF you change the Apache port from 80 to say 8080, the URL in your URL object in Android App must include the modified port # like so: URL url = new URL("http://ip_address:8080/database_name/php_file_name.php"); 3. To connect to xampp server on your localhost, your URL object in Android app needs correct IPV4 address. Open CMD as admin, type "ipconfig" and use either of the 2 results that say "IPv4 Address . . ." 4. Note the instructor's comment in Section 9 video 1 that you CANNOT connect your actual phone/device to the server if server is on localhost, this is because although you can successfully connect to say a local TCP port using IPV4 on actual device you cannot access a local URL on a device, you need to host Database on publicly accessible server. 5. When connecting your phone to public server, as far as I understand as of android 9 unless you use a host that provides an https instead of http url , you'll need to define android:networkSecurityConfig within your manifest file, full explanation here https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted 6. One functionality of the app I'm surprised the instr. left out is how to define in your android app SPECIFIC select/query statements, (i.e: instead of select * from table, select * from table where name = $[some POST data provided by the Android application] To achieve this: PHP file: 1. create object to hold name from Android app $name=$_POST["name"]; 2. change sql_query to select email from table_name where name = $name; Java/Android app: 1. Simply follow steps in tutorial to create an OutputStream from the HttpURLConnection object, passing in the desired name from the database. Use BufferedWriter to write out that name. 2. Directly after writing out per step 1 above, create an InputStream based off of the exisiting HttpURLConnection obj, and basically follow same steps in tutorial to read back the query's results and you'll ONLY get the row which contains the name specified by your Android app, (possibly by something user typed into an additional EditText widget.) Once you learn the above as well I'd say you're basically good to go ;)

  • M
    Muhammad Hammad
    5.0

    I changed my review and i am 100% satisfied with the course not that is because later on the content become clearer.

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed