visibility tag

2 questions


1 answers
80 views
0
An Understanding of Protected Access Control Modifiers in Java

There is a class called A in package1 and a class called C in package2. Class C is a subclass of A.A defined the instance field protectedInt:protected int protectedInt = 1;Class A:package package1;pub...


1 answers
88 views
0
To save visibility as Shared Preferences

I tried to save visibility as shared preference by referring to stack overflow, but only split_two state is saved and the rest is not saved. Where should I modify to save the visibility of all buttons...


© 2024 OneMinuteCode. All rights reserved.