-6

I am developing an android app (prediction app) which requires to store

(a) prediction result and (b) actual user result.

Based on this data, I want users to show actual predicted/actual result values to user. So this requires very small amount of data to be stored and and shared via a common database in cloud.

Currently I was going through Google Cloud Platform: Mobile Backend Starter, which i thought is a very nice option. But looking into the sample, it seems it requires minimum API level of 15. But I want to support my app from API level 8 and above, i.e. android 2.2 Can it be used for API level 8 and above?

Can MongoDB work with android ? This link says, it is not available for Android. is it so?

Community
  • 1
  • 1
Rohit
  • 6,941
  • 17
  • 58
  • 102
  • Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – CommonsWare Oct 04 '13 at 11:59
  • Updated the question. Please reconsider before closing. – Rohit Oct 04 '13 at 12:00

1 Answers1

1

I tested parse.com a few times and it works for smaller projects for free.

A.S.
  • 4,574
  • 3
  • 26
  • 43