Sitemaps
Questions
DiscussionsQuestionsExperts

Questions

Programming

Im looking for an app platform that lets me deploy the same data into various apps. Think Groupon's primary app and then their Getaways app. Ideas?

I have been gathering data on business in a yellowpages/yelp type style just to get people access. I need a simple way to add new geocodes, business names and other details into a db and then serve to several apps i control.

Answer This Question

2

Answers

Andu Potorac

Product guy at heart.

Hi. Parse should do the job ( https://www.parse.com ). We've successfully used them at Vuzum across many native and hybrid apps on both iOS and Android.

Answered over 9 years ago

Richard Forsythe

Developer, marketer, mobile app entrepreneur

I guess the first question is whether the apps already have a database component, or if you are needing to introduce a server call for the first time.
If you have no other factors involved it sounds like a pretty simple database query is all that's needed, in which case pick your favorite stack. I use Apache/PHP/MySQL, and I'm sure plenty of people use Windows/MS-SQL. If you can provide more information, it would help refine the answer.

Answered over 9 years ago