Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
ORMLite 是一种已知的 Android ORM 工具。这是网站,其中有几个示例。
ORMLite is one known tool for android ORM. Here is site with couple of examples.
Apache Cayenne 有一个名为 ROP 的东西,它将 ORM 堆栈拆分为服务器和客户端部分。客户端部分已移植到 Android,尽管目前您需要这样做一些 Java 黑客在应用程序中使用它,所以它还不适合所有人。
Apache Cayenne has something called ROP that splits the ORM stack into server and client parts. The client part has been ported to Android, although currently you'd need to do some Java hacking to use it in the app, so it is not for everyone yet.