December 9th, 2011, 12:58 PM
|
#3 (permalink)
|
|
Junior Member
Join Date: Nov 2011
Location: Houston, TX
Posts: 20
Device(s): Motorola Razr
Thanks: 0
Thanked 3 Times in 3 Posts
|
The more specific your question, the higher the chance for a response. You did not ask a very specific question. That said...
I would set up an online SQL database server (MySQL/MS SQL/whatever implementation is the most convenient) with the data that you want the app to fetch (inventory records, vehicle available for test drive, whatever etc.). Write the android app (basically a client) so that it can read and search the data in the online database with SQL commands.
|
|
|