This repository was archived by the owner on Feb 22, 2022. It is now read-only.
Added fling support.#10
Merged
openaphid merged 3 commits intoopenaphid:masterfrom Dec 7, 2012
iPaulPro:master
Merged
Conversation
added 2 commits
November 23, 2012 11:20
Flipboard snaps the page to the direcion of the last touch gesture. E.g. If the last gesture was negative (bottom to top), always flip to the next page, regardless of how the gesture started, or how quick the finger was moving.
The previous text size was too big to be seen on devices like Galaxy Nexus.
Added the constructors required for the layout editor. Added custom attribute to control orientation from XML. Added Activity and layout to Demo with an example of FlipViewController in XML layouts.
|
com.openaphid.flip.R cannot reslove |
|
@laxman223 You should download the lastest version of android-flip and import FlipView > FlipLibrary into eclipse. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Flipboard snaps the page to the direcion of the last touch gesture. E.g. If the last gesture was negative (bottom to top), always flip to the next page, regardless of how the gesture started, or how quick the finger was moving.