android-viewflow
android-viewflow copied to clipboard
A horizontal view scroller library for Android
Does viewflow only want hold ViewSwitcher listener? Support onItemSelected/onItemClicked sometimes is uesful. Need that enhancement
I have added the library and its working great but I need to connect all of my images horizontally. I can not find where this margin comes from but there...
It is possible to inflate the same layout that contains a ListView with different content?
i am trying to use TitleIndicator exemple. after copiying the code and adding the assert folder under app/ this error is generated: 04-28 23:49:21.232 8098-8098/tabview.fakher.com.tabconfig E/myTAG﹕ application created !! 04-28...
now, one of the views in my project is used to show a scrollable textview. while I scroll the textview, it is easy to active the switch view event. as...
I use ViewFlow in my application as an image gallery. And I want the image can scroll automatically. So I start an thread to invoke setSelection method, but I can...
getMeasuredState() and MEASURED_STATE_TOO_SMALL are used in ViewFlow.java , they are only support API level 11 and above.
Add the loop play. Using Timer and TimerTask can automatically play. I'm sorry for my bad english, might describe the wrong, I posted the code it directly: LightTimer timer =...
Hi! is possible implement a infinity viewflow with this component?
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 167),it need to pass mCurrentAdapterIndex.