{"id":21130250,"url":"https://github.com/blazsolar/FlowLayout","last_synced_at":"2025-07-09T01:32:53.743Z","repository":{"id":46039610,"uuid":"9728643","full_name":"blazsolar/FlowLayout","owner":"blazsolar","description":"Android implementation of FlowLayout. Layout arranges its children in multiple rows depending on their width.","archived":false,"fork":false,"pushed_at":"2021-11-18T09:44:46.000Z","size":1464,"stargazers_count":750,"open_issues_count":22,"forks_count":146,"subscribers_count":37,"default_branch":"develop","last_synced_at":"2024-04-16T12:00:32.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blaz.solar/FlowLayout","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blazsolar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-28T10:24:15.000Z","updated_at":"2024-02-13T12:52:56.000Z","dependencies_parsed_at":"2022-09-26T22:00:50.795Z","dependency_job_id":null,"html_url":"https://github.com/blazsolar/FlowLayout","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazsolar%2FFlowLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazsolar%2FFlowLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazsolar%2FFlowLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazsolar%2FFlowLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blazsolar","download_url":"https://codeload.github.com/blazsolar/FlowLayout/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476371,"owners_count":17480215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T05:32:28.787Z","updated_at":"2024-11-20T05:32:37.214Z","avatar_url":"https://github.com/blazsolar.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"FlowLayout\n==========\n\nFlowLayout 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.\n\n[![Build Status](https://api.travis-ci.org/blazsolar/FlowLayout.svg?branch=develop)](https://travis-ci.org/blazsolar/FlowLayout)\n[![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)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FlowLayout-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1216)\n\nExample\n-------\n![Framed example screenshot](https://raw.githubusercontent.com/blazsolar/FlowLayout/develop/images/framed_example_screenshot.png)\nSource code with examples is included in repository.\n\nDependencies\n------------\n### Gradle\n```\ncompile \"com.wefika:flowlayout:\u003cversion\u003e\"\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.wefika\u003c/groupId\u003e\n    \u003cartifactId\u003eflowlayout\u003c/artifactId\u003e\n    \u003cversion\u003e[version]\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nUsage\n-----\n```xml\n\u003ccom.wefika.flowlayout.FlowLayout\n    xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    android:gravity=\"start|top\"\u003e\n\n\t\u003cView\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"Lorem ipsum\" /\u003e\n\n\u003c/com.wefika.flowlayout.FlowLayout\u003e\n```\n\nLicense\n-------\n\tCopyright 2013 Blaž Šolar\n\t\n\tLicensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\t\n\t    http://www.apache.org/licenses/LICENSE-2.0\n\t\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazsolar%2FFlowLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblazsolar%2FFlowLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazsolar%2FFlowLayout/lists"}