1

How can i use MongoDB as local storage for android app in Hybrid App Development ? can i use a mongodb as my local storage for my android app

hash
  • 5,336
  • 7
  • 36
  • 59

1 Answers1

0

You cannot use MongoDB on Android. Maybe you should take a look at CouchDB/Couchbase-lite-android as proposed in the answer to this question: MongoDB on Android

Community
  • 1
  • 1
pczora
  • 321
  • 1
  • 2
  • 11