Reputation: 2315
I want to work on android with eclipse , and my idea is to make a dictionary . the thought is that you are reading a file now you don't know a word you just have to click on that word it will redirect you to dictionary app " like word web " .
Now I don't know how to begin , on net also I was unable to find tutorials , can anyone tell me how to start with this .
Thank you
Upvotes: 0
Views: 314
Reputation: 789
You can use the Searchable Dictionary as a starter and change the database with your own.
Upvotes: 0
Reputation: 12664
If you want the user to be able to click on words in OTHER apps to launch your dictionary app, it is pretty much impossible. I suggest you start with an app that doesn't need to interact with other apps.
Good luck,
Barry
Upvotes: 1