Wrox Programmer Forums
|
BOOK: Professional Android 2 Application Development
This is the forum to discuss the Wrox book Professional Android 2 Application Development, 2nd Edition by Reto Meier; ISBN: 978-0-470-56552-0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Android 2 Application Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 24th, 2011, 04:13 PM
Registered User
 
Join Date: Mar 2011
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via Yahoo to ironmantis7x
Default Basics of android databases

I have looked at 3 different books that have a chapter devoted to android and databases. Can SOMEONE -- ANYONE -- give me a basic overview of databases setups in android?

Thanks!!!
 
Old April 18th, 2011, 06:49 PM
Registered User
 
Join Date: Apr 2011
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Default

Not sure of the specifics that you are looking for but this may help:

http://mobile.tutsplus.com/tutorials...ndroid-sqlite/

That link assumes that you know how to implement databases in Android. Having looked at three books on the subject, I thought that might not be the problem.

Last edited by McRae; April 18th, 2011 at 07:04 PM..
 
Old April 19th, 2011, 03:33 AM
Registered User
 
Join Date: Apr 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Basics of android databases

Sqlite is a database engine that is integrated into the android OS and others as well, e.g., iOS. However, it can be used and manipulated as standard PC software much like mySql.

So perhaps before you dive into all the android java examples, you would be wise to have a top level view of how sqlite works:

1st - Download a copy from http://www.sqlite.org/download.html for your OS and have a look at the documentation.

2nd - download a free sqlite database browser, one that I have used is: http://code.google.com/p/sqlite-manager/ This will allow you to create an sqlite database and tables through a GUI without having to use the command line.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Android SDK/Android.bat does not find SWT.jar file chaoticandroid BOOK: Professional Android 2 Application Development 1 March 23rd, 2011 06:39 PM
Need some help on basics jagan7 Java Basics 3 September 9th, 2007 02:44 AM
Basics Andy122 Dreamweaver (all versions) 3 January 2nd, 2005 03:36 PM
PHP basics limsra BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 August 18th, 2004 07:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.