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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -