Java Question Fail to create wrapper. It throws java.lang.NoClassDefFoundError

RayLee

Member
Licensed User
Longtime User
I want to make a wrapper for com.agimind.widget.SliderHolder, but take some errors here and there.

I fixed the problems, it could work now.
I add two control, KsSlideHolder AND KsScrollView,

KsSlideHolder contains two panel, one is a Menu Panel, other is a Main Panel.
You can use DIRECTION_LEFT or DIRECTION_RIGHT to set the menu slide position.
SlideHolder.jpg


KsScrollView is a simple bounce scrollview.
Scrollview.jpg


Here is the lib ( includes a simple demo. )
Hope u like it.

I will keep on making it better.
Thanks.
 

Attachments

  • SlideHolderJourney.zip
    18.2 KB · Views: 263
Last edited:
Top