kennethlaw

Results 7 issues of kennethlaw

Should I copy the ObservableListView implement to ExpandableListView ? Or they are not the same?

Project Structure(Export from Eclipse,and same with Eclipse project Structure) : CarlSample(root) ---res ---src ---jni ---libs When I click Layout cast button,then toast-->"no valid android project found in C:\Users\username\project_trunk\CarlSample"

----exception stack trace---- java.lang.RuntimeException: Unable to start receiver com.expample.ScreenTestReceiver: java.lang.ClassCastException: com.github.mmin18.layoutcast.context.OverrideContext cannot be cast to android.app.ContextImpl at android.app.ActivityThread.handleReceiver(ActivityThread.java:2616) at android.app.ActivityThread.access$1700(ActivityThread.java:151) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1380) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5254) at java.lang.reflect.Method.invoke(Native...

![image](https://user-images.githubusercontent.com/1564519/58680224-6a68d180-8399-11e9-8203-28a534e60e3c.png) Does not automatically wrap when the text is too long.

``` struct UserLoginRes { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all...

mTarget Original (x, y) = (0, 0). code one result : ViewHelper.getX(mTarget)) = 150 However, code two result : Pre-HONEYCOMB :ViewHelper.getX(mTarget)) = 150 After HONEYCOMB :ViewHelper.getX(mTarget)) = 0 Why? ```...

String from Android : ``` (%s) ]]> ``` After (--export-swift): ` "android" = "\n ";`