-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/02/12 07:40, Lavanya Ramanan wrote: > So I can use an excel/csv file as input to the content provider? Where > do I place the file?
You write the content provider code so it can do whatever you want. If you only need sequential read then it will work fine as an asset. If you need random access then it can still work as an asset but you need to make sure the file is not compressed in the apk. (Random seeks in a compressed file are very slow.) Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk80B8oACgkQmOOfHg372QSddgCgk8THI7LBt0bUX98sJ842LuZB kugAnjbqGLr0bbC47CO4EDsSfv3Ue6Jf =BHCY -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users