/MongoDBAndroid

A sample android application with MongoDB

Primary LanguageKotlin

MongoDBAndroid

PRs Welcome

Things to do before running the app:

  • APP_ID="(Your APP ID here)" inside gradle.properties
  • Replace your Database and Collection name in Constant.kt

Features

  • Insert single document
  • Insert multiple document

TODO List

  • Find document
  • Delete single and multiple documents

References