If I were you I would try to use the build in stuff, simply to
minimize overhead/resource-consumption on the device. For nosql, you
can use SharedPreferences which works much like a classic key-value
store, although not sure about how this scales - probably not as well
as SQLite. The great thing about Android is that it facilitates
porting of known frameworks, indeed I just came across an Android port
of CouchDB: http://github.com/sig/DroidCouch If you do go down this
path, please write a blog entry about your experiences. :)

/Casper

On Apr 19, 11:07 am, Fabrizio Giudici <fabrizio.giud...@tidalwave.it>
wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 4/19/10 09:02 , Casper Bang wrote:
>
> > Hi Fabrizio,
>
> > It sounds like you are not aware that SQLite is build right into
> > Android. There's even a sqlite3 tool in the SDK for this purpose.
> > Good tutorials are hard to come by, but it's covered quite well in
> > the material from CommonsWare (version 1.0 should now be under
> > creative commons if you can track it down:
> >http://twitter.com/#search?q=*Version%201.0*%20of%20The%20Busy%20Coder).
>
> Well,
>
> yes, I forgot that. I suppose that if one goes for SQL, sqlite
> is the way. Thanks, also to Moandji.
>
> Still, if one would like to try a nosql solution?
>
> - --
> Fabrizio Giudici - Java Architect, Project Manager
> Tidalwave s.a.s. - "We make Java work. Everywhere."
> java.net/blog/fabriziogiudici -www.tidalwave.it/people
> fabrizio.giud...@tidalwave.it
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkvMHV4ACgkQeDweFqgUGxeHugCeK/o3QVAL1J6oidbNrV5Jqrty
> IoYAni04kUx9CyIpBeghIdSt8m0Yb18u
> =as8m
> -----END PGP SIGNATURE-----
>
> --
> You received this message because you are subscribed to the Google Groups 
> "The Java Posse" group.
> To post to this group, send email to javapo...@googlegroups.com.
> To unsubscribe from this group, send email to 
> javaposse+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/javaposse?hl=en.

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

Reply via email to