Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.96 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.96 KB

EasyViewFlip

A simple and efficient flip view component to easily create two-sided views, like flipping cards or credit cards, with smooth animations.

Gradle Integration

Step A: Add Maven Repository

In your project-level build.gradle or settings.gradle file, add the JitPack repository:

repositories {
    google()
    mavenCentral()
    maven { url "https://jitpack.io" }
}

Step B: Add Dependencies

In your app-level build.gradle file, add the library dependency. Use the latest version:

Groovy Version

 implementation 'com.github.hypersoftdev:EasyFlipableView:x.x.x'

Kts Version

 implementation("com.github.hypersoftdev:EasyFlipableView:x.x.x")

Acknowledgements

This work would not have been possible without the invaluable contributions of Farooq Ahmed. His expertise, dedication, and unwavering support have been instrumental in bringing this project to fruition.

We are deeply grateful for Farooq Ahmed involvement and his belief in the importance of this work. His contributions have made a significant impact, and we are honored to have had the opportunity to collaborate with him.

LICENSE

Copyright 2023 Hypersoft Inc

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.