Tagged Questions
1
vote
0answers
94 views
android database, reading problems
UPDATE: in my project I have androrm, sometimes I a get the following error, everything works fine but come in when it appears
my log
04-19 14:47:01.933: W/System.err(23696): ...
0
votes
1answer
104 views
New table for Primary/Foreign key Relationship in ORMLite
I have a User table with the following details in my android DB
username, password, email, mobile,
I have another table named Service with the following detail in my android DB
service name, service ...
-1
votes
2answers
84 views
Android DatabaseHelper using orm
Does anyone know how to implement a DatabaseHelper on Android to usu ORM?
-2
votes
2answers
201 views
Good ORM tool for android
I'm building a native app tha all its entities should commadate in sqlite database.
I was looking over to find a decent ORM tool for android that whould be similar to the
CoreData of the Iphone(which ...