android - html5 mobile app where do i store dictionary of 50000 words -
html5 mobile app creation..
i designing html5 game mobile requires instant access around 50000 words. can use this
- localstorage if size required below 5mb.
- phonegap wrap app in container (not web app anymore, hybrid) you'll have database (sqlite) available.
- app-cache store dictionary in file , file api accessing file.
Comments
Post a Comment