in Education by
I'm designing a service that will comprise a cloud-based database (with a UI for us to manage the data), and then a mobile app for end-users that displays the data to people who want it (primarily read-only). The end-users will be anonymous. The cloud database / app server needs to provide: A solid, scalable, cloud-based database A nice easy API, REST, and ideally an Android SDK A UI on the web to manage data (including creating forms across tables) Sensible pricing, but not free My options include Google App Engine, Microsoft Azure, hosted Couchdb, Salesforce's forthcoming database.com, and Amazon SimpleDB. But my third requirement, web-based forms for internal data management, are proving the biggest hurdle. Database.com (or more specifically the force.com product) make it VERY easy to create online forms to run reports, and add and edit data. But Salesforce are a pain in the backside to deal with, and the database.com pricing looks expensive. People are suggesting I code up a UI myself for the data editing & management, and yes I could, but it's a lot of work (especially as I don't know Azure, Python etc), and I'd much rather put that effort into the app, which is what my customers will use. I'm new to Android this year, so have my hands full learning the one platform. One option is for me to use force.com to manage the data, but then replicate it somewhere else, where the API calls come in, best of both worlds perhaps. Which option suits my needs best? I'm sure I'm far from alone in looking for a nice back-end service to sit behind mobile apps. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Django has a worth to look for as an App Engine. It actually comes with an in-built admin console support, which makes it easy to modify the datastore in an interactive manner.

Related questions

0 votes
    I have an activity A that launches B with an Intent. (B is a MapActivity and has some async code ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the ... Server like Biztalk? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I trying use Dungeons example in my app. In Android development guide it's written that I should confirm ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 20, 2022 in Education by JackTerrance
0 votes
    I trying use Dungeons example in my app. In Android development guide it's written that I should confirm ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I want making multi-bluetooth from Android studio. I found multi-bluetooth java code libraries. but I am ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me how do I prepare Salesforce App Builder certification? Select the correct answer from above options...
asked Jan 10, 2022 in Education by JackTerrance
0 votes
    I understand that export=true will set the content provider to be readable and writable by all other apps. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    I have a fragment with a view and an options menu: public class OfferingsFragment extends Fragment { public ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    I have a fragment with a view and an options menu: public class OfferingsFragment extends Fragment { public ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 23, 2022 in Education by JackTerrance
0 votes
    I have recently developed an Android application which uses the GoogleMaps API and represents the points of the ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I'm looking at making an custom Android object Serializable. Should be simple I just cannot find a easy ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Aug 1, 2022 in Education by JackTerrance
0 votes
    I've made a fresh eclipse reinstall + Android SDK v4.0. I am trying to create a new 4.0 AVD ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
0 votes
    I'm trying to execute the following command: arp -a and I would like to redirect the output to a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 26, 2022 in Education by JackTerrance
0 votes
    I've noticed on Marshmallow (e.g. Nexus 6P) and also on some more recently updated Lollipop phones ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    I'm trying to execute the following command: arp -a and I would like to redirect the output to a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
...