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

  1. localstorage if size required below 5mb.
  2. phonegap wrap app in container (not web app anymore, hybrid) you'll have database (sqlite) available.
  3. app-cache store dictionary in file , file api accessing file.

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -