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?