android save state checkbox的相關文章
java - How to save the checkbox state? - android - Stack Overflow

java - How to save the checkbox state? - android - Stack Overflow

瀏覽:836
日期:2025-06-13
Just create SharedPrefrences and Add value using .putBoolean() if(ch.isChecked ()){ SharedPreferences settings ......看更多