On 03/15/10 18:19, Hari wrote:
> Hi,
> I am new to ANDROID application development. I am in the process of
> learning ANDROID framework and trying to understand the examples. I
> noticed that the data manipulation was using native SQL. Is there a
> ORM tool for ANDROID framework? (Like, Hibernate for J2EE
> applications)
>
> Any response is greatly appreciated.
>
> Regards
> Hari
>
>   
sqlitegen (http://code.google.com/p/sqlitegen) is an Eclipse plugin for
Android development that works like a simple ORM-- given an annotated
interface with accessors, it generates a class that maps the interface
to a SQLite table.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to