walfud
walfud
hello, I found a problem while learning your code. see the usage below:  then, you add "Empty View" into the parent of `mListView` (see EmptyLayout.java:463) You view looks like...
hello, I found a problem while learning your code. see the usage below:  then, you add "Empty View" into the parent of `mListView` (see EmptyLayout.java:463) You view looks like...
`RadioGroup.check()` 导致 OnCheckListener 被调用三次. 因此曲线也被重复绘制了三次. 我使用 RadioButton 规避了这个问题.
I have a very easy case, just accessing `navigator` instance in `onBackPressed` handler. Because `LocalNavigator.currentOrThrow` need in `Composable` context, I can't use it in that handler. how to do that?...
It's a pity that we treat all parameter as `String` type. So I introduce type into key declaration, such as ``` map("users/:defaultIsStringValue/i:intValue/l:longValue/f:floatValue/d:doubleValue/s:stringValue", UserActivity.class) ``` In this situation, we can get...
hi