android-flip

Additional

Language
Java
Version
broken-link (Aug 2, 2012)
Created
May 22, 2012
Updated
Mar 24, 2021 (Retired)
Owner
Bo (openaphid)
Contributors
Bo (openaphid)
Siegfried Pammer (siegfriedpammer)
2
Activity
Badge
Generate
Download
Source code

Advertisement

android-flip

Aphid FlipView is a UI component to accomplish the flipping animation like Flipboard does.

A pre-built demo APK file for Android OS 2.2+ can be found at:

https://github.com/openaphid/android-flip/tree/master/FlipView/Demo/APK

Please also refer to our blog posts for more details:

https://hubo.dev/tags/#FlipView

Release Notes

For a complete change list please checkout our issue tracker

v0.9.8, May 7th 2013

  • Fixes the occasional flash issue when flipping. (#52)

  • Disables the dropping shadow of title bar in the demo app.

v0.9.7, Jan 1th 2012

  • The core control flow has been rewritten, which fixes several performance and reliability issues about adapter and async content support. (#36, #29, #28, #8)

  • Supports different bitmap format for animation, which can be used to reduce peak memory consumption. (#34)

  • Fixes a severe memory leak issue. (#33, #21)

  • The demo FlipAsyncContentActivity has been rewritten to illustrate the correct way of handling async content. (#37)

  • A new demo FlipDynamicAdapterActivity to demonstrate how to dynamically load more pages. (#41)

  • Thanks to @siegfriedpammer for his contribution. (Pull #40)

v0.9.6, Dec 12th 2012

v0.9.5, Nov 9th 2012

  • Supports event listener to get notified when flipping finishes. (Issue #3)

  • Supports content reloading when flipping. (Issue #4)

  • Incorrect rendering of shadow in horizontal mode. (Issue #7)

v0.9, Sep 21st 2012

First release

Copyright and License

Copyright 2012 Aphid Mobile

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.