Monday, September 27, 2010

[android-developers] Re: SQLite Database (secure?)

Best thing to do to learn SQLite is to go to http://www.sqlite.org/
and just start reading. You can download a PC/Mac/Linux version of
the executables and play around with SQLite on a desktop/laptop where
experimenting is a lot easier.

And if you want a GUI instead of the command-line SQLite interface
there are several free tools available. I use "SQLite Expert", which
I've found to be pretty good and easy to use.

Once you begin developing on Android, it's still good to know these
interfaces. You can run the command line SQLite interface on the
phone, if you wish, and you can download a DB from the phone to study
it with one of the GUI tools.

On Sep 27, 3:31 am, amir elmankabady <elmankabady.a...@gmail.com>
wrote:
> hi all ;
> i am a new android developer, can any one help me to learn more about
>  sqllite and android application by pdf, websites, ...etc.
> and if their is any tool like sqlserver to help me to create tables ... etc
>
> thanks for ur help and best regards
> Amir El-Mankabady

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment