mplekunov / CalculatorApp

GNU General Public License v3.0
1 stars 0 forks source link

Fix: #14, Editing feature #16

Closed mplekunov closed 2 years ago

mplekunov commented 2 years ago

Fixed Editing Feature.... There is no dependency on binding object anymore. Now it utilizes livedata object to track changes in SpannableStringBuilder and in calculatorFragment I use properties of live data to update input and output accordingly.