Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazsolar/FlowLayout
Android implementation of FlowLayout. Layout arranges its children in multiple rows depending on their width.
https://github.com/blazsolar/FlowLayout
Last synced: about 6 hours ago
JSON representation
Android implementation of FlowLayout. Layout arranges its children in multiple rows depending on their width.
- Host: GitHub
- URL: https://github.com/blazsolar/FlowLayout
- Owner: blazsolar
- License: apache-2.0
- Created: 2013-04-28T10:24:15.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-18T09:44:46.000Z (about 3 years ago)
- Last Synced: 2024-04-16T12:00:32.043Z (7 months ago)
- Language: Java
- Homepage: http://blaz.solar/FlowLayout
- Size: 1.4 MB
- Stars: 750
- Watchers: 37
- Forks: 146
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/blazsolar/FlowLayout
- awesome-android-ui - https://github.com/blazsolar/FlowLayout
README
FlowLayout
==========FlowLayout is an opensource Android library that alows developers to easily integrate flow layout into their app. FlowLayout is an layout that display its children in multiple rows depending on their size.
[![Build Status](https://api.travis-ci.org/blazsolar/FlowLayout.svg?branch=develop)](https://travis-ci.org/blazsolar/FlowLayout)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.wefika/flowlayout/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.wefika/flowlayout)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FlowLayout-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1216)Example
-------
![Framed example screenshot](https://raw.githubusercontent.com/blazsolar/FlowLayout/develop/images/framed_example_screenshot.png)
Source code with examples is included in repository.Dependencies
------------
### Gradle
```
compile "com.wefika:flowlayout:"
```### Maven
```xmlcom.wefika
flowlayout
[version]```
Usage
-----
```xml
```
License
-------
Copyright 2013 Blaž Šolar
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.