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.