I am using ganymade eclipse 3.4 IDE and android sdk for development . I am trying to store static database file with some values on it in sqlite format . How can I add this file into the IDE and fetch the data from that file and store it? Give me the guidance to do the development .
Thanks in advance.
Sivaramakrishnan ([email protected])
Put your SQLite database into your assets directory in eclipse. On first use copy to move it into the "
/data/data/YOUR_PACKAGE/databases/" directory.