preference tag

7 questions


1 answers
128 views
0
What is the most effective way to store user information in an app?

I'm making an app. When I log in to the server, I use the user's name and password, but it's annoying to enter the password every time, so I made a password as an option.I tried to use SharedPreferenc...


1 answers
147 views
0
Question about intelliJ java setting

Beginner being set up to implant Java in intelliJ.There are two main questions.


1 answers
65 views
0
I have a question regarding the implementation of not opening today.

The desired behavior is If the date and current date are the same if you check not to open it today and reload it, it is 0 if X is different.The current implementation status is that when checking, sa...

1 years ago

1 answers
101 views
0
If I receive the status of Switch Preference as Bind, how can I interfere with other preferences?

I have a question because I can't solve the blockage while making the Android app.I want to change the enable value of another preference according to the true false value of the switch, but in the bi...

1 years ago

1 answers
87 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...


4 answers
81 views
0
How to save TextView as Shared Preferences

I saved the number of clicks on the counter using sharedpreference. If you click on it after you exit the application, the number will be counted. However, TextView is not saved, so if you press up to...


1 answers
92 views
0
I want to make a shared preference single tone.

I want to make a single tone with Shared Preference, but there is a null point error < java.lang.RuntimeException: Unable to start activity ComponentInfo{com.raracraft.every_hour/com.raracraft.every_h...


© 2024 OneMinuteCode. All rights reserved.