我想在android中制作一个字典应用程序。存储词义列表的首选和有效数据库是什么?我是新手程序员,任何帮助都会很棒。
谢谢。
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.
因为它是一个移动环境,所以很小的东西似乎是一个更好的选择。
使用 sqlite3 或 xmlsimple java 库。
http://simple.sourceforge.net/ http://www.sqlite.org/