is it possible to let user change TextView text from static table

61 Views Asked by At

So I have a static Tablelayout with multiple TableRows and inside I have 2 cell as TextView .

My Issue is that I want to let the user change the text of every one of the TextView ,and also this one i succeeded , my problem is that I want to keep the value from the next time user enter to the activity or the app,in other words let the user change the android:text="" value forever.

0

There are 0 best solutions below