-
Android 9 (Pie) will crash when trying to access sharedPreferences when device is locked. In my app there's the possibility that it will be open and drawn over the lockscreen (think of google maps as …
-
### Steps to reproduce
1. Install the latest version (2.3.1) of the plugin shared_preferences
2. Implement: await SharedPreferences.getInstance();
### Expected results
To work normally
### Actual…
-
```
FATAL EXCEPTION: main
Process: com.easemytrip.android, PID: 6341
java.lang.ExceptionInInitializerError
…
-
**Feature description**
Implement encrypt and decrypt in the [`termux-keystore`](https://github.com/termux/termux-api/blob/master/app/src/main/java/com/termux/api/apis/KeystoreAPI.java) (currently it…
-
EventBus should keep a weak reference to the subscriber so registration aren't leaking objects when unregister is never called.
-
Hi, I am trying to migrate to `Clean Architecture`.
I have application which is made in standard way, I tried to decouple, but still a lot of stuff happens in `Activities` and `Fragments`.
Example…
CROSP updated
8 years ago
-
Thanks in advance.
My problem is that I am able to connect the Node, but after a few seconds in goes in a cycle of two states:
State --> Connecting, State --> Dead
And repeat... infinitely.
Ho…
-
The Play Console reports thousands of crashes of our app due to Branch.
Crash reports:
```java
java.lang.RuntimeException:
at android.app.ActivityThread.handleBindApplication (ActivityThrea…
-
```
Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'android.content.SharedPreferences$Editor android.content.SharedPreferences.edit()' on a null object referenc…
-
- [ ] Android群英传
- [x] 第一章Android体系和系统架构
- [x] 第二章ADB命令使用
- [x] 第三章Android控件架构
- [x] 第三章绘制View和ViewGroup
- [ ] 第三章自定义View
- [ ] 第三章事件分发机制
- [ ] 第四章ListView常用…