sample code for using mongoDB for storing user information and comments in an android application [closed]

You can’t run MongoDB natively on Android.

You could however build a web service application with MongoDB for storage, and call methods on this webservice from your Android application.

Leave a Comment