-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.co…
-
https://farizdotid.com/membuat-session-login-logout-menggunakan-sharedpreferences-android/
-
Is it possible to have generic set & get method for SharedPreferences.Editor?
```
sharedPreferences.edit {
putBoolean("key", value)
putString("key",value)
}
```
Instead of tha…
-
To my mind it would be nice to have some extension for setting many items to the SharedPreferences, something like this:
```kotlin
prefs.putAll("key0" to 2,
"key1" to "text",
…
-
In the same package and gradle module:
```
@Module
@ComponentScan
class Sources
```
and
```
@Single
open class Preferences(
private val prefs: SharedPreferences //
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Android's [Code of …
-
I can see crashes in firebase caused by this, mostly on devices with android 8 and more (mostly Samsung devices).
App crashes during migration from shared preferences when trying to delete shared pre…
-
i put this in mainactivity:
` SharedPreferences sharedPreferences = getSharedPreferences(USER_PREF, MODE_PRIVATE);
FileSharedPreferences.makeWorldReadable(pkgName, USER_PREF);`
this my…
-
When I run not `dev` flavor error is threw.
```
const String _dev = 'dev';
const String _prod = 'prod';
const String _test = 'test';
const String _odin = 'odin';
...
gh.factory(
()…
-
java.lang.NoSuchMethodError: No virtual method flip()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-l…