|
|
|
|
|
by z3t4
1418 days ago
|
|
For anyone else considering to build a dictionary app, and you know a bit of HTML, I recommend making a static web site/app which uses service worker to cache all words for offline use, and web app manifest so mobile users can add the "app" to their home screen. Then use a static site generator to generate an index - then you can add a bit of javascript that searches that index. It will be blazingly fast, cross platform, and you don't have to deal with the app/play store. |
|