android - Lots of checkboxes to add to my RealmObject -
i use checkboxes lot in app , there screen have 3 different logical categories user might choose ( check ) 1 or more checkboxes.
right have realmobject more 20 fields each 1 having value of 0 if not checked , value of 1 if is.
is there way make more cohesive database's table schema?
Comments
Post a Comment