0

我想在android中制作一个字典应用程序。存储词义列表的首选和有效数据库是什么?我是新手程序员,任何帮助都会很棒。

谢谢。

4

2 回答 2

2

Android has builtin SQLite support that you can use in your application. I see that there is a sample project called Searchable Dictionary that looks quite similar to what you are trying to achieve, so maybe you can use that as guide.

于 2012-10-07T15:38:31.487 回答
0

因为它是一个移动环境,所以很小的东西似乎是一个更好的选择。

使用 sqlite3 或 xmlsimple java 库。

http://simple.sourceforge.net/ http://www.sqlite.org/

于 2012-10-07T13:33:23.173 回答