MultipleFlipView

Introduction: 仿美播登陆页面,实现九宫格图片翻转效果
More: Author   ReportBugs   DemoAPK   
Tags:
图片翻转-九宫格-

效果

配置

compile 'io.github.linlsahre:MultipleFlipViewLib:0.1.1'

使用

  1. 在布局文件中引入 RandomFlipLayout

    <io.github.linlshare.MultipleFlipViewLib.RandomFlipLayout
    android:id="@+id/rflayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>
    
  2. 配置 RandomFlipLayout

    randomFlipLayout.setupWithImage(
           R.drawable.android_logo,
           R.drawable.login_cell_1, R.drawable.login_cell_1,
           R.drawable.login_cell_3, R.drawable.login_cell_4,
           R.drawable.login_cell_5, R.drawable.login_cell_6,
           R.drawable.login_cell_7, R.drawable.login_cell_8,
           R.drawable.login_cell_9, R.drawable.login_cell_10,
           R.drawable.login_cell_11, R.drawable.login_cell_12,
           R.drawable.login_cell_13, R.drawable.login_cell_14,
           R.drawable.login_cell_15, R.drawable.login_cell_16,
           R.drawable.login_cell_17, R.drawable.login_cell_18
    );
    
  3. 开始 RandomFlip

    randomFlipLayout.startRandomFlip();
    

License

Copyright 2016 Lshare

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.
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools