Log in

View Full Version : How to create java based dictionary for mobile using data in microsoft excel?



kitson
03-09-2012, 01:59 AM
i am having a ms excel file which contains 2 columns, I first column i added words, and in second column meaning to the word in the first column. I want to create a dictionary for mobile like nokia or any java based application running mobile. How it can be created as i, dont know the java programming?

johndavid312
08-23-2012, 07:07 AM
You can take help from dictionary class in java.util package. You will find all needed classes and methods in this package. Hope this will help.