android - Dealing with large XML file -


i building dictionary application. there ready xml database of words , translations. weights 75mb. when put in xml folder, eclipse freeze(get stuck). suggestions can give? maybe convert sqlite or json(i heard better xml). do? me.

with file large, best bet download on first run. cannot place large inside main application (extensions story) google has limit of 50mb apk max file size. sqlite, if download , place in application, easier information out of it, wouldn't have parse data each time want use or have application take lot of memory.


Comments