Results 7 issues of walfud

hello, I found a problem while learning your code. see the usage below: ![image](https://cloud.githubusercontent.com/assets/9317897/7157527/1a3742cc-e3a3-11e4-9520-316147e2bdfd.png) 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: ![image](https://cloud.githubusercontent.com/assets/9317897/7157527/1a3742cc-e3a3-11e4-9520-316147e2bdfd.png) 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?...

backhandler

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...