100% found this document useful (1 vote)
241 views1 page

B4A y MySQL

This document provides a tutorial on connecting an Android application to a remote MySQL database. It explains that Android cannot connect directly to a database server, so a simple web service needs to be created to pass requests to the database and return responses. The tutorial then describes creating a new database that lists countries and their populations, with the data sourced from a UN database, to demonstrate connecting an Android app to a MySQL database via a web service.

Uploaded by

Marcelo Leguiza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
241 views1 page

B4A y MySQL

This document provides a tutorial on connecting an Android application to a remote MySQL database. It explains that Android cannot connect directly to a database server, so a simple web service needs to be created to pass requests to the database and return responses. The tutorial then describes creating a new database that lists countries and their populations, with the data sourced from a UN database, to demonstrate connecting an Android app to a MySQL database via a web service.

Uploaded by

Marcelo Leguiza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Connect Android to MySQL Database Tutorial Page 1 of 1

Ver esta página en: español Traductor de Google Desactivar para: ingl

B4A
Facebook

Android Development Forum - Basic4android >


Basic4android > Basic4android Getting started & User Name User Name Remember Me?
Tutorials
Connect Android to MySQL Database Password Log in
Tutorial
Home Documentation Wiki Register Members List Today's Posts B4P Search

Basic4android Getting started & Tutorials Android development starts here. Please do
not post questions in this sub-forum.

Basic4android is the easy way to develop powerful, native Android


applications.
Basic4android supports all the main features of Android. Basic4android IDE includes
unique features like GUI designer, connectivity over USB cable or wireless network,
built-in descriptions and tips, comprehensive list of libraries and more.
Download Basic4android and the programming tutorials - Free trial version
is available
Why Basic4android?
You have to register before you can post or download attachments.
Buy Now!

Connect Android to MySQL Database Tutorial

Page 1 of 7 1 2 3 > Last »

LinkBack Thread Tools Display Modes

03-21-2011, 04:07 PM #1

Join Date: Apr 2007


Posts: 9,774
Erel Awards Showcase
Administrator

Total Awards

Connect Android to MySQL Database Tutorial

This tutorial explains the basic concepts required for creating a connection between Android device
and a remote server. In this case it is a MySQL database.

Android cannot connect directly to the database server. Therefore we need to create a simple web
service that will pass the requests to the database and will return the response.

For this example I've created a new database that lists the countries population. The data was derived
from a UN database.

http://www.basic4ppc.com/forum/basic4android-getting-started-tutorials/8339-connec... 29/08/2011

You might also like