-
List and Tree modes throw different exception content.
# Tree
```
***** DEPENDENCY CHANGE DETECTED *****
-\--- androidx.activity:activity:1.4.0
- +--- androidx.annotation:annotation:1.1.0…
-
-
### Env
* Android Studio version: Android Studio 4.2 Canary 15
* Firebase Component: Auth UI 6.2.0, Messaging 20.2.3
### Problem
#### Steps to reproduce:
I haven't repro'd this my…
-
Examples:
# Loaders in activity, android.app, content, … deprecated
files:
* app/src/main/java/com/prangesoftwaresolutions/audioanchor/activities/*.java
> Loaders have been deprecated as of …
-
Hello,
This project was such an immense Clean Architecture learning tool for me. I'd like to ask what would be a way of returning LiveData from a use case, for example, returning `LiveData`
from Get…
-
i'm using navigation component in my android app. i have a search edit text on that i attach a text watcher.
when that search edit text come into focus i open a seach fragment but under seach edit t…
-
注: [1] Wrote GeneratedAppGlideModule with: []
编译器 (1.8.0_231) 中出现异常错误。如果在 Bug Database (http://bugs.java.com) 中没有找到该错误, 请通过 Java Bug 报告页 (http://bugreport.java.com) 建立该 Java 编译器 Bug。请在报告中附上您的程序和以下诊断信…
-
https://github.com/jaykallen/searchapi/blob/67a6e779d79354f8393a4842e8ecddd1cbb3d720/app/src/main/java/com/jaykallen/searchapi/viewmodel/HomeViewModel.kt#L17
You're creating a circular dependency b…
-
目前使用的MVP模式有几率导致严重的内存泄漏+崩溃问题,可能的情况是异步加载完成时Activity已销毁,需要迁移到ViewModel+LiveData来获取更好的生命周期
-
```kotlin
switcher.setOnStateChangedListener(object : SwitchView.OnStateChangedListener {
override fun toggleToOn(view: SwitchView?) {
viewModel.doSomethingAsync(1)
}
overri…