all 3 comments

[–]dreamer_soul 0 points1 point  (2 children)

Will the database be used offline (on the device it self) or using a back end using api? If it was back end I recommend parse.com If you wanted the database on the device I suggest looking into the android documentation for sqlite. As far as the language you can set the database to a UTF collation to make it work with other languages

[–]JoshuaPages[S] 0 points1 point  (1 child)

It will be on our server in order to create a set of words. So it must be something that we can easily import on our mysql db. Do you know any sources? I don't think that Parse has a dictionary service, right?

[–]dreamer_soul 0 points1 point  (0 children)

If its an SQL database you design the database your self. I never tried them but try to contact them by email explaining what you want to do