-
### Cocos Creator version
3.8.4
### System information
android
### Issue description
错误信息如下:
```
java.lang.NullPointerException
Attempt to invoke virtual method 'int android.view.Inp…
-
The sample code demonstrating the issue is here:
https://github.com/Beeder/TestTabPager
It is exported from Android Studio 0.8.6
---
I am new to android programming, recently I use navigation drawer…
01joy updated
10 years ago
-
Possibility to remove all sessions?
SharedPreferences preferences = await SharedPreferences.getInstance();
await preferences.clear();
-
https://www.reddit.com/r/androiddev/comments/e0xu08/new_androidx_library_to_replace_sharedpreferences/
https://android-review.googlesource.com/c/platform/frameworks/support/+/1169184
SharedPrefere…
-
## Details
I observe slow performance on Android platform when an App starts. I see in logs that not all methods of SharedPreferences plugin work in the background. In my case I see that SharedPref…
-
-
I noticed this error after updating Flutter to the latest version...
IsolatedNativeStorage from storage.secure.isolated is not persisting data as expected:
```
E/flutter (11172): [ERROR:flutter/r…
-
-
I am getting InvalidKeyException when using security library.
We are using Koin library to inject `EncryptedSharedPreferences`.
Below is the code to generate the `SharedPreferences`.
```
private…
-
I had different named sharedPreferences for my Android app: "myPrefs", "userPrefs", etc. When I used this library to get sharedPreferences from "myPrefs", I called:
`SharedPreferences.setName('myPref…