java.lang.NoClassDefFoundError: com.directionalviewpager.DirectionalViewPager$DataSetObserver 10-02 13:04:03.439: E/AndroidRuntime(1526): at com.directionalviewpager.DirectionalViewPager.setAdapter(DirectionalViewPager.java:164) 10-02 13:04:03.439: E/AndroidRuntime(1526): at com.example.verticalview.SampleActivity.onCreate(SampleActivity.java:17) 10-02 13:04:03.439: E/AndroidRuntime(1526): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 10-02 13:04:03.439: E/AndroidRuntime(1526): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615) 10-02 13:04:03.439: E/AndroidRuntime(1526): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667) 10-02 13:04:03.439: E/AndroidRuntime(1526): at android.app.ActivityThread.access$1500(ActivityThread.java:117) 10-02 13:04:03.439: E/AndroidRuntime(1526): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) 10-02

NoClassDefFoundError at DirectionalViewPager using
and ] is [^(\[.+\])]+ The search text is valid[REGEX_EMAIL|REGEX_PASSWORD|REGEX_TEST] It matches "valid" and "REGEX_EMAIL|REGEX_PASSWORD|REGEX_TEST". It is supposed to match "valid", but not "REGEX_EMAIL|REGEX_PASSWORD|REGEX_TEST". How to solve? I
I'm trying to match <em>everything</em>, but everything between [ and ]. everything between [ and ] is \[.+\] <em>everything</em>, but everything between [ and ] is [^(\[.+\])]+ The search text is valid[REGEX_EMAIL|REGEX_PASSWORD|REGEX_TEST] It matches "valid" and "REGEX...

Need help of people, who used DirectionalViewPager - library for vertical and horizontal ViewPager implementation. I do everything, as it described at DirectionalViewPager. But after creation of sample android project get the

    10-02 13:04:03.439: E/AndroidRuntime(1526): FATAL EXCEPTION: main
10-02 13:04:03.439: E/AndroidRuntime(1526): java.lang.NoClassDefFoundError: com.directionalviewpager.DirectionalViewPager$DataSetObserver
10-02 13:04:03.439: E/AndroidRuntime(1526):     at com.directionalviewpager.DirectionalViewPager.setAdapter(DirectionalViewPager.java:164)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at com.example.verticalview.SampleActivity.onCreate(SampleActivity.java:17)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.app.ActivityThread.access$1500(ActivityThread.java:117)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.os.Handler.dispatchMessage(Handler.java:99)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.os.Looper.loop(Looper.java:123)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at android.app.ActivityThread.main(ActivityThread.java:3687)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at java.lang.reflect.Method.invokeNative(Native Method)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at java.lang.reflect.Method.invoke(Method.java:507)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
10-02 13:04:03.439: E/AndroidRuntime(1526):     at dalvik.system.NativeStart.main(Native Method)

Who had bussiness with equal, please advise something.

2013-08-23 00:04
did you check your dependencies? and do a project clean?
Is directionalviewpager.jar located in libs folder, not in lib?
yeah, it located in libs folder and I added it as a external jar at libraries. And it also located at dependencies...
`DataSetObserver` is API class, used by widgets to observe data changes. Widgets register themselves as observers with adapters some time. Looks like your adapter doesn't support it.
can you tell me how can I fix this?
have you found a solution ? Facing the same thing
unfortunately, no. I decided to use HorizontalViewPager in my project.
// returns a description of the Window } // implementation of a simple Window without any scrollbars class SimpleWindow implements Window { public
Lifting this example from Wikipedia: // the Window interface interface Window { public void draw(); // draws the Window public String getDescription(); // returns a description of the Window } // <em>implementation</em> of a simple Window without any scrollbars class SimpleWindow <em>implements</em> Window...
a TableView. When the user taps a row, the object is passed to another activity which will display all of
I have an activity that lists multiple records from a database stored in a data object that are presented in a TableView. When the user taps a row, the object is passed to another activity which will display all of the details. That activity uses a <em>ViewPager</em> to display the information on 5 pages...
is deprecated and I have to use HorizontalScrollView and ViewPager instead. But how to migrate easy? How to use this classes
I need simple control for icon choosing on Android 2.2 and higher. Gallery was a better solution for me, but it is deprecated and I have to use <em>Horizontal</em>ScrollView and <em>ViewPager</em> instead. But how to migrate easy? How to use this classes and controls in this case? I've try to find complete example...
touch events. Is there another command I can use to prevent a View's parent and ancestors from intercepting touch events? note:
events? note: the <em>Horizontal</em>ScrollView only occupies half the screen. I had the same problem. My solution was: Make a subclass of <em>ViewPager</em> and add a property called childId. <em>Implement</em> the interface ViewPager.OnPageChangeListener and in onPageSelected() method, set childId property with the id...
over to the next view instead of scrolling the image. Is it possible to make it scroll to the end
I've put a WebView loading an image inside a <em>ViewPager</em>. When I try to scroll the image <em>horizontally</em> I move over to the next view instead of scrolling the image. Is it possible to make it scroll to the end of the image before moving over to the next view? @Override public Object instantiate...
did not do it. I put titles in top of layouts but I dont want it. I want all titles is
I am trying to print title CATEGORIES,FEATURED,TOP PAID etc. like android market. I am trying this in <em>ViewPager</em> but I did not do it. I put titles in top of layouts but I dont want it. I want all titles is shown in top,right and left pages' titles shown in top and when I slide the page to right...
with programming. now i add only 4 views static to this PagerAdapter. private ArrayList<LinearLayout> views; public MyPagerAdapter(Context context) { views = new ArrayList<LinearLayout>();
here i have one application in which i used <em>viewpager</em>. i want to add and remove views from pageadapter dynamically with programming. now i add only 4 views static to this PagerAdapter. private ArrayList&lt;LinearLayout&gt; views; public MyPagerAdapter(Context context) { views = new Array...
Scrolling View in them with some images?Is that possible?? As now,i m getting a little scroll in my view and then
I have <em>horizontal</em> scrolling pages as in the android market (<em>ViewPager</em>). My problem is that i want to have a <em>Horizontal</em> Scrolling View in them with some images?Is that possible?? As now,i m getting a little scroll in my view and then the whole page is scrolling. Thanks for your time! &lt...
private final SimpleOnGestureListener viewPagerListener = new SimpleOnGestureListener() { @Override public boolean onScroll(final MotionEvent e1, final MotionEvent e2, final float distanceX,
I have <em>ViewPager</em> inside <em>Horizontal</em>ScrollView. I want to dispatch motion events from <em>ViewPager</em> to <em>Horizontal</em>ScrollView when I'm on first page private final SimpleOnGestureListener viewPagerListener = new SimpleOnGestureListener() { @Override public boolean onScroll(final MotionEvent e1...