I downloaded a library. It is a Rich Text Editor Library. But when I replaced it with my old EditText, I couldn't access the text-related properties of my EditText. Like doAfterTextChanged, myEditText.text, myEditText.setText() etc. Thats my first problem.
When I use this I am wondering how I can save it to my database as string with its format properties. When I searched for this on the web, I found something called varchar, but I don't know if room supports it, even if it does, I don't know how to save it as varchar. And thats my second problem.
What should i do?