I want to send an activeandroid object in intent, but I find it is not serializable. I think I can send mId (what getId() returns) in intent and select record in the new activity. However, how can I select item using mId?
P.S this database does not have primary key for now
Asked
Active
Viewed 94 times
0

vincentzhou
- 710
- 6
- 18
1 Answers
0
I find the answer by looking into source code of Model. Database object can by fetched by function load();

vincentzhou
- 710
- 6
- 18