top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is mongoDB suitable for android application databases ?

+1 vote
244 views

Now and days, there are so many android applications in the market.
Can someone has experience on those applications in the context of databases ?

posted Jun 21, 2015 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Yes,if you don't have any special requirements then mongodb system which is document based would work fine because it stores the documents as binary objects which makes access faster and gives better performance for android app.
better to use mongodb with node.js

answer Feb 7, 2016 by Shivam Kumar Pandey
Similar Questions
+1 vote

Query description: I have a collection name student_db and added a document in a collection with entries (name: "alok, age : 31 and profession: "xyz"). After inserting the document into student_db database, I want to add another (key:value ) pair i.e. salary: 50000.

Can someone help me out to resolve this problem ?

...