Chen Pan

Results 17 issues of Chen Pan

When the library and the sample are imported into my Eclipse, NoClassDefFoundError occurrd after the sample was runned, the log is below: 02-27 11:15:38.049: E/AndroidRuntime(19734): FATAL EXCEPTION: main 02-27 11:15:38.049:...

No doubt that this library is for j2ee, right? In my Android project, it shows the lack of XMLAdapter and many annotations' red toggle about parsing XML. Good luck.

Hey, Guy, C'mon

Hi, there: Thanks for your great work at this repository. Recently, I saw it occasionally. I found it interesting so downloaded it from Github. But there are three libraries lacking...

Do you have any samples??

More details of usage added.

`leetcode-cn.com` will be deprecated. `leetcode.cn` will replace.

在使用 Robust 的过程中, 有一些疑惑想要 Robust 的研发人员解一下疑, 答一下惑: * ART 中新增了 方法内联 的特性, 会在 5.0 ~ 7.0 之间的 AOT 预编译期间, 将一些满足某些条件的函数进行内联优化. 想问一下 Robust 对这些内联过后函数的修复, 是怎么处理的? * 对于 Instant Run, Robust 是如何处理的?...

I opened this project in **Android Studio** by **Github**. After `gradle.properties` was changed like this: ``` ANDROID_BUILD_TARGET_SDK_VERSION=23 ANDROID_BUILD_TOOLS_VERSION=22.0.1 ANDROID_BUILD_SDK_VERSION=23 ``` this master project couldn't be compiled successfully. And as far...

In your sample, `PinnedSectionListView` is set `OnItemClickListener` through overridding `onListItemClick`. But if we don't add `OnItemClickListener`, when children of section is set `OnClickListener` and section is pinned, `onClick` of children...