android-viewflow
android-viewflow copied to clipboard
A horizontal view scroller library for Android
I got following "ant jar" build failure: BUILD FAILED /Users/bournewang/Downloads/android-viewflow-master 3/viewflow/build.xml:10: /Users/bournewang/Downloads/android-viewflow-master 3/viewflow/bin does not exist. Total time: 0 seconds BournetekiMacBook-Pro-2:viewflow bournewang$ ant jar Buildfile: /Users/bournewang/Downloads/android-viewflow-master 3/viewflow/build.xml Then i add...
a lots of problems there!!
hello, I need to use ViewFlow in listView. Earlier I had used grid view in viewflow. that worked well. But now when I am trying to use viewflow in List...
when the adapter getView convertView parameter has been created,the position parameter always return 0. because in onMeasure function viewflow call obtainView pass 0(line 169),it need to pass mCurrentAdapterIndex.
I select Circle Flow Indicator in view flow example program and scroll left, then scroll right again and again. Then the exception occurs. The following is the exception stack trace,...
I'm developing an App using Viewflow which is awesome, but recently I've got a problem while implementing ExpandableListView inside viewflow. The problem is when I click on the group item,...
Hi, I am using ViewFlow library in a android app which runs on Android 2.3.7. And i am getting this error, FYI I have passed onConfigurationChanged to viewflow ``` java.lang.NoSuchMethodError:...
How to add Settings in DiffViewFlow? Android Settings is not a View. Instead of using View objects to build the user interface, settings are built using various subclasses of the...
Background of ViewFlow to scroll to left and right just like android home screen background scrolls to left or right.
Hi, I use ViewFlow to make an alternative launcher and I got a problem. Every View of my ViewFlow contains a GridView with some icon. It work well but when...