Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Good evening all , to get it direct , I want to build an android business suite which contains the following :

an android tablet with the outside Sales Men which allows them to issue invoices and sell products and any transaction happens it effects the sql database I have on the server back in the company


what topics should I search for , how to link and android application on a tablet with the database back in the company


regards,

Rani
Posted

Typically, your android app will communicate with php web services which in turn communicate with mysql database for database operations.
Find out from these tutorials and examples:
1. android_php_mysql[^]
2. how-to-connect-android-with-php-mysql[^]
 
Share this answer
 
v2
Comments
Mohamed_Rani 7-Mar-14 21:33pm    
Thanks Man , I appreciate this :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900