Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザー名やパスワードなどのユーザー情報を保存するためのバックエンド データベースとして mongoDb を使用する必要があります。ユーザーは、アプリケーションなどに関するフィードバックを提供できます。Androidアプリケーションでmongodbをバックエンドデータベースとして使用するためのサンプルコードを誰でも提供できますか
AndroidでMongoDBをネイティブに実行することはできません。
ただし、ストレージ用にMongoDBを使用してWebサービスアプリケーションを構築し、AndroidアプリケーションからこのWebサービスのメソッドを呼び出すことはできます。