Skip to content

fredliao123/FlipView

Repository files navigation

#FlipView View

Introduction

A custom view that flip bitmap in a animation:

Gif example

app-release.apk


##To Use This View Just type in you gradle

compile 'bupt.liao.fred:FlipView:1.0.0'

And to use in xml:

<bupt.liao.fred.flipviewlibrary.FlipView
        android:id="@+id/flip"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_centerInParent="true"
        />

And add to java code:

flipView = (FlipView)findViewById(R.id.flip);
    runOnUiThread(new Runnable() {
        @Override
        public void run() {
            flipView.startFlip();
        }
    });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages