android-viewflow
android-viewflow copied to clipboard
A horizontal view scroller library for Android
Let me explain, the onscreen rotation changes didnt work for me and messes up the screens and titleflow. I added some changes to the viewflow.java to fix this issue: ---...
I am using DiffViewFlowExample at https://github.com/pakerfeldt/android-viewflow/blob/master/viewflow-example/src/org/taptwo/android/widget/viewflow/example/DiffViewFlowExample.java I am unable to set data onto the second and above view. Plainly using tvProfileName = (TextView) findViewById(R.id.tvProfileName); gives a null error, whereas LayoutInflater...
I' just integrated ViewFlow with CirclePageIndicator inside a vertical scroll view. However it crashes sometimes while scrolling. I'm unsure why this happens. Here is the log : 01-03 19:00:12.496: E/AndroidRuntime(2074):...
I found that if one scrolls the view fast enough, getSelectedItemPosition() will return the wrong value. It's the value of the last view, not the current one. I guess it...
When `swapCursor()` is called on a `SimpleCursorAdapter` and the cursor is transitioning from `null` to populated, the app encounters a NPE. This is due to `requestFocus()` being called from `AdapterDataSetObserver.onChanged()`,...
If I scroll trough recycled views, here is some problem with wrong selected view. First is selected wrong view and then is redraw with correct view. But I don't know...
Hi, First of all Congrats on your work. It is a very useful library. But I could not make a Listview in the viewflow vertically scroll. I tried to read...
Hi.. thanks for this code , it is amazing . I wonder how can I share the images from the view flow ? I use the CircleViewFlowExample only , I...
Hi I'm trying to use the titleflowindicator, but my app significantly slows down and even freezes because I have 7700 pages (range of dates), though it works fine when I...
I saw the ReadMe wrote: "If you rather want a jar file instead of a including the project as an android library, run ant jar in the android-viewflow/viewflow folder, to...