Let me ask this, since I suspect it's the question that was on the mind of
the submitter, and it's on mine as well.

Can I create an sqlite db on my computer, populate then use that as the main
data source for my app?  That's the question that I think is most pressing.
If the answer is yes, then is it as simple as moving the file (I don't know
the sqlite extension) to the resources folder in your project?

Thanks, Ben

On Wed, Mar 3, 2010 at 2:10 AM, Maxood <[email protected]> wrote:

> Here are your required answers:
>
> Q.Which database i can use ?
> A. SQLite. You can download it free from www.sqlite.org
>
> Q. What should be connection string ?
> A. You can make a database adapter class instead. Go though these
> links
>
> http://developer.android.com/reference/android/database/sqlite/package-summary.html
> http://www.devx.com/wireless/Article/40842/1954
>
> Q. How i can deploy queries ?
> A. You can write queries in your class using cursors
>
> Q. How i can parse recordsets etc ?
> A. Look into the Android SQLite API:
>
> http://developer.android.com/reference/android/database/sqlite/package-summary.html
>
> Hope this helps.
>
> Android Developer,
> Maqsood
> http://www.twitter.com/maxood
> On Feb 23, 11:51 pm, Harminder Singh <[email protected]> wrote:
> > Hello,
> >
> > I am newbie to Android application development. Can anybody help me
> > about to set up database related applications.
> > I have many questions into mind like:
> > Which database i can use ?
> > How i can use that ?
> > What should be connection string ?
> > How i can deploy queries ?
> > How i can parse recordsets etc ?
> >
> > Seeking your valuable comments
> >
> > Thank in Advance
> > Harminder
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> [email protected]<android-beginners%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>



-- 
I have no bit of wisdom to include as a signature.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to