Closed hannesa2 closed 10 years ago
This is not really possible since record classes are only meant to represent the database row and nothing more.
However you could find where the record is actually created (instantiated) and possibly replace it with your own instantiation of an extended record.
I try to extend a record and add some non-persistent methods (I know a view is one option, but SQLite doesn't have the android.location.Location and other classes ...)
but it's not castable. Is there a way to use it like both access ways
because this is not working