KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
MultipleFlipView
★ 20
Open GitHub ↗
a sample of MultipleFlipViewLib.
Download README (.md)
Explore Similar Repositories
ZHYcms
:
SpringMVC+mongodb+freemarker+apiToken开源内容管理系统
kubernetes-che
:
Example deploying Eclipse Che on a Kubernetes cluster
maptionary
:
C# library for parsing JSON, XML, and YAML into a super convenient to use data structure.
har-remix
:
Easily serve a HAR archive with loose matching and alterations.
Computer-Vision
:
Computer vision exercise with Python and OpenCV.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MultipleFlipView
?
Download (.md)
# MultipleFlipView 效果 --------  配置 -------- ``` 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.