Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Easytipview | 3,006 | 40 | 3 months ago | 20 | January 04, 2021 | 30 | mit | Swift | ||
Fully customisable tooltip view in Swift for iOS. | ||||||||||
Carbon | 2,886 | 26 | 1 | 2 years ago | 33 | April 23, 2019 | 7 | apache-2.0 | Java | |
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more. | ||||||||||
Android Flip | 2,846 | 3 years ago | 82 | Java | ||||||
A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android | ||||||||||
Horde3d | 1,380 | 4 months ago | 18 | C++ | ||||||
Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible. | ||||||||||
Rapidfloatingactionbutton | 1,272 | 5 years ago | 3 | June 22, 2015 | 38 | apache-2.0 | Java | |||
Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB) | ||||||||||
Arcprogressstackview | 1,215 | 5 years ago | 10 | apache-2.0 | Java | |||||
Present your progress bars in arc mode with information and total control. | ||||||||||
Progressroundbutton | 846 | 5 years ago | 4 | apache-2.0 | Java | |||||
A DownloadProgressButton with Animation for Android | ||||||||||
Limonengine | 536 | 5 months ago | 46 | lgpl-3.0 | C++ | |||||
3D FPS game engine with full dynamic lighting and shadows | ||||||||||
Rnrippletableview | 395 | 1 | 10 years ago | 5 | March 24, 2015 | 1 | mit | Objective-C | ||
A custom table view with highly detailed ripple animations. | ||||||||||
Spperspective | 259 | a year ago | 18 | October 01, 2021 | mit | Swift | ||||
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration. |
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
For a complete change list please checkout our issue tracker
Fixes the occasional flash issue when flipping. (#52)
Disables the dropping shadow of title bar in the demo app.
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)
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)
Adds XML configuration support. (Issue #13)
Adds several new demos.
Fixes several bugs when flipping. (Issue #17, Issue #16, Issue #15, Issue #14)
Special thanks to @iPaulPro for his outstanding contributions.
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)
First release
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.