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.
有没有办法在活动之间传递数据库对象。我已经尝试过以下方法来做到这一点。
我猜你正在寻找一个单身人士。也许这会帮助你:
如果您使用的是SQLiteOpenHelper,我强烈建议您阅读以下内容:
我认为您应该对使用带有抽象工厂模式的单例的方法 #1没问题。阅读这篇文章非常有用。更多关于这个话题和利弊在这里
您可以采用多种方法,例如使用Intent.putExtra()将数据对象从一个活动传递到另一个活动