Android的字典应用程序

Android的字典应用程序

问题描述:

我想开发一个字典之上的应用程序,即使用字典作为it.Is他们为了这个目的?应用程序,它都在GPL下任何字典在市场上的应用程序的一部分的应用程序是preferable。另外那些使用而不是使用网络连接本地数据库是preferable。

I wanted to develop an application on top of a dictionary i.e. an application that uses dictionary as a part of it.Is their any dictionary application available in the market for this purpose?Application which come under GPL is preferable.Also those which uses local database instead of using network connection is preferable.

如果不是,是否有上,然后可以用于所述目的的字典应用可开发的顶部在市场上买到的任何词典数据库?

If not,is there any dictionary database available in the market on the top of which a dictionary application can be developed which can then be used for said purpose?

希望我是清楚的。

在此先感谢。

还有一个程序,你将允许用户导出他们的字典,从你可以做你想做的。

There is a program that you will allow the user to export their dictionary, from that you may be able to do what you want.

https://market.android.com/details?id=com.usr.dict.mgr

更多了,你可以参考内置的 UserDictionary ,并使用的ContentProvider 通过数据查询

More over, you can just reference the built in UserDictionary, and use a ContentProvider to query through the data.

http://developer.android.com/reference/android/provider/UserDictionary.html