Re: [android-developers] New to android development

2012-08-22 Thread Justin Anderson
A little bird told me about this great new thing called a Google search... Supposedly there is this nifty company out there that makes searching the internet extremely intuitive and easy... I wonder if they'll be able to make it popular enough though to really catch on... Try something like, oh I

Re: [android-developers] New to android development

2011-04-07 Thread Kristopher Micinski
(Let me add a comment, when I said you probably won't directly use it, I meant you will be using it *within* a content provider, which will certainly use the android.database.sqlite classes to do things like insertion, lookup, etc... Your activities will then call to this content provider) Kris O

Re: [android-developers] New to android development

2011-04-07 Thread Kristopher Micinski
Rajah, There are many references for database development using SQLite. Generally your database will be wrapped in a ContentProvider. Try googling SQLite android. You probably won't directly use it, however, so also read the "Content Provider" section in the android tutorial. Really, the android