简体   繁体   English

我如何让 2 个人访问同一个数据库(android app dev)?

[英]How do i make 2 people access the same db (android app dev)?

i'm making an android app where 2 people ,with different account, can access the same database and read some data (the data is all text).我正在制作一个 android 应用程序,其中 2 个人,使用不同的帐户,可以访问同一个数据库并读取一些数据(数据都是文本)。 Now i'm asking how can i do that.现在我问我该怎么做。 Is it better if i make a remote db and than make the devices access to the database, and if so how can i do that whitout killing my server?如果我创建一个远程数据库而不是让设备访问数据库是否更好,如果是这样,我该如何做到这一点而不杀死我的服务器? Or there is any other way to do this?或者有其他方法可以做到这一点? Ty

You can try to combine SQLite with Firebase.您可以尝试将 SQLite 与 Firebase 结合使用。 Check this post for a reference.检查 此帖子以供参考。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我正在创建一个Android应用,我希望多个人可以访问相同的号码,并能够通过两个按钮更改该号码 - I am creating an android app and I want multiple people to have access to the same number and be able to change that number with two buttons 如何为特定用户发布适用于Android应用程序的.apk? - How do you release the .apk for an Android app for specific people? 如何在Android应用中访问简单的txt文件? - How do i access a simple txt file in an Android app? 如何让我的Android应用生成随机数? - How do I make my Android app generate a random number? 如何在Android应用程序中使用说明突出显示按钮? - How do I make a button highlighted with a description in an android app? 如何在Heroku上以开发模式运行Play Framework 2应用程序? - How do I run a Play Framework 2 app in dev mode on Heroku? 如何将存储在AWS S3服务器中的sqlite数据库远程连接到我的android应用 - How do I connect a sqlite DB stored in AWS S3 server to my android app remotely 即使坏人试图抓住它,我如何使 JVM 在任何 OutOfMemoryException 上退出 - How do I make the JVM exit on ANY OutOfMemoryException even when bad people try to catch it 如何让它显示一个级别的人数,而不是显示每个级别的成绩? - How do I make it display the number of people in one of the levels instead of it showing the grades in each level? 如何让我的应用看起来像一个标准的Android应用程序? - How do I make my app look like a standard Android app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM