turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

cannot be cast to com.turingtechnologies.materialscrollbar.INameableAdapter #114

Closed Nkurayijahubert closed 6 years ago

Nkurayijahubert commented 6 years ago

Hello,

Am getting this error when I try to load the MainActivity, there is no clear error in Logcat.

What can I do?

turing-tech commented 6 years ago

Is this in the sample or in your own app?

Nkurayijahubert commented 6 years ago

It's was in my app, but I have resolve it. The problem was that I have not implemented INameAdapter in my own adapter.