1

contentValues にオブジェクトを挿入したい。オブジェクトの構造は次のようになります。

    public class A {
        String x;
        String y;
        object B;
    }
4

1 に答える 1