On Fri, Oct 21, 2011 at 10:33 AM, Mark Murphy <[email protected]> wrote: > > On Fri, Oct 21, 2011 at 1:31 PM, erik wagner <[email protected]> wrote: > > I am wondering if anyone has a simple SQLite app/example they can > > point to, provide or whatever. Just basically looking for an example > > that will connect to a database, and add or remove a record. Been > > trying to sift through the searchable dictionary example and currently > > not having much luck getting to the barebone essentials. > > Here's one from one of my books, if that helps: > > https://github.com/commonsguy/cw-android/tree/master/Database/Constants > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android 3.1 Programming Books: http://commonsware.com/books > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en
Erik, I recommend Mark's books for leaning Android dev period. They are fantastic. I also recommend "Android Application Development For Dummies" by Donn Felker. The SQLLite section is simple and easy to understand and learn. I started down the SQLLite road after reading this tutorial: http://www.screaming-penguin.com/node/7742. Without knowing your level of development expertise, it's hard to give you a tutorial to fit your needs. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

