1.Can I save utf-16 text in room table using backward compatibility for prelollipop android versions?
class Table @RequiresApi(Build.VERSION_CODES.LOLLIPOP) constructor @ColumnInfo(name = "datas" ,typeAffinity = ColumnInfo.TEXT,collate = ColumnInfo.UNICODE)
2.1m questions
2.1m answers
60 comments
57.0k users