- Feb 13, 2003
- 26,252
- 403
- 126
Hi guys. I'm going to be working on a new mobile application (Android, iOS, WinPhone using Xamarin) for the upcars.com website. I worked on the website years ago (it's been updated since, thankfully, lol) and know the owner very well.
When I last was working on the website, the data was in a MySQL database. I'm not sure if that's still the case or they moved to MSSQL. There's other possibilities but I'd say that's the most likely.
The mobile app will have the ability to show vehicle listings, just like the website, and allow the user to post a new vehicle listing (this is initial functionality).
I'm going to have a talk with the owner and web guy tomorrow, but I wanted to ask you guys something first. What would you use/create to expose the data and act as the mobile app's connection point?
My initial suggestion for this situation would be to create a web service that exposes the database, with methods like "GetVehicles(VehicleType, SearchFilters)" and "GetVehicle(VehicleID)" and so on. I'd probably end up having to create it, and would use Visual Studio/.NET to do so because I've done it in the past. I think that would work pretty well, but I'm not positive, so I ask you hax0rs what you'd do.
Thanks for any suggestions and insights!
When I last was working on the website, the data was in a MySQL database. I'm not sure if that's still the case or they moved to MSSQL. There's other possibilities but I'd say that's the most likely.
The mobile app will have the ability to show vehicle listings, just like the website, and allow the user to post a new vehicle listing (this is initial functionality).
I'm going to have a talk with the owner and web guy tomorrow, but I wanted to ask you guys something first. What would you use/create to expose the data and act as the mobile app's connection point?
My initial suggestion for this situation would be to create a web service that exposes the database, with methods like "GetVehicles(VehicleType, SearchFilters)" and "GetVehicle(VehicleID)" and so on. I'd probably end up having to create it, and would use Visual Studio/.NET to do so because I've done it in the past. I think that would work pretty well, but I'm not positive, so I ask you hax0rs what you'd do.
Thanks for any suggestions and insights!