Coder Social home page Coder Social logo

sugaradapter's People

Contributors

a-voyager avatar mthli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sugaradapter's Issues

ClassNotFoundException: ContainerDelegateImpl

异常信息如下:

java.lang.RuntimeException: java.lang.ClassNotFoundException: com.zhihu.android.sugaradapter.ContainerDelegateImpl
    at com.zhihu.android.sugaradapter.Sugar.getContainerDelegate(Sugar.java:38)
    at com.zhihu.android.sugaradapter.SugarAdapter$Builder.add(SugarAdapter.java:63)
    at com.zhihu.android.sugaradapter.SugarAdapter$Builder.add(SugarAdapter.java:57)
    ...

请问如何解决?

Java compiler error

为了支持androidx,引入库
implementation 'com.zhihu.android:sugaradapter:1.8.16'
annotationProcessor 'com.zhihu.android:sugaradapter-processor:1.8.16'
编译出错
Error: Default interface methods are only supported starting with Android N (--min-api 24): java.util.Map com.zhihu.android.sugaradapter.ContainerDelegate.getDataClassMap()

[feature request]: support for other bind data method from original RecyclerView.ViewHolder

problem description

  • SugarAdapter make a custom wrapper for RecyclerView.ViewHolder and only expose onBindData() method, which make it impossible to call other bind data method from the original RecyclerView.ViewHolder, such as:
public void onBindViewHolder(VH holder, int position, List<Object> payloads) {
            onBindViewHolder(holder, position);
}

plz consider to add this method to SugarViewHolder as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.