Closed Evan-Coulter closed 3 years ago
This should be done after basic UI is complete so we can see the Spannable Text in action.
See here for how to save it in Room, https://stackoverflow.com/questions/21444635/android-spannable-text-save-store-issue
//pseudo code for on format button listener. if(editText.hasSelection()) { applyFormatToSelection(); }else{ turnOnOnTextChangeWatcherFormatNewText(); }
This should be done after basic UI is complete so we can see the Spannable Text in action.
See here for how to save it in Room, https://stackoverflow.com/questions/21444635/android-spannable-text-save-store-issue