How to set primary key auto increment in realm android
问题 I want to set primary key auto increment for my table. Here is my Class. I have set primary key but I want it to be auto increment primary key. public class users extends RealmObject { @PrimaryKey private int id; private long icn; private String name; private String email; private String password; private int phone; public String getName() { return name; } public int getId() { return id; } public void setId(int id) { this.id = id; } public long getIcn() { return icn; } public void setIcn(long