Skip to content

how to use sdk with external database .. #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alahammad opened this issue Aug 1, 2012 · 1 comment
Closed

how to use sdk with external database .. #61

alahammad opened this issue Aug 1, 2012 · 1 comment

Comments

@alahammad
Copy link

hello ..
i want to know how use sdk with external database ..

@developernotes
Copy link
Member

Hello alahammad,

This library is designed to run on Android devices. The general interface to acquire a database connection is via SQLiteDatabase.openOrCreateDatabase(...) to which you provide a path to the database file, however it generally mirrors the SQLite database interface on Android. You can find detailed information on it's usage here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants