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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -