android - Insert compound object into ContentValues -


i want insert object contentvalues. structure of object that:

    public class {         string x;         string y;         object b;     } 

you cannot put arbitrary objects contentvalues. see documentation can put in contentvalues. option see if can convert object , byte array.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -