{"id":24737268,"url":"https://github.com/jabirdev/multilineradiogroup","last_synced_at":"2026-04-28T00:33:02.338Z","repository":{"id":170187164,"uuid":"439487349","full_name":"JabirDev/MultiLineRadioGroup","owner":"JabirDev","description":"Simple Multi-Line Radio Group uses a RecyclerView to display Radio Buttons on more than one line.","archived":false,"fork":false,"pushed_at":"2021-12-18T01:12:01.000Z","size":287,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T13:07:51.975Z","etag":null,"topics":["kotlin-android","material-design","radio-buttons","recyclerview"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JabirDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-17T23:45:34.000Z","updated_at":"2022-12-12T10:14:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"953f4a87-a4f7-4159-879d-b2441486131f","html_url":"https://github.com/JabirDev/MultiLineRadioGroup","commit_stats":null,"previous_names":["jabirdev/multilineradiogroup"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JabirDev/MultiLineRadioGroup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2FMultiLineRadioGroup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2FMultiLineRadioGroup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2FMultiLineRadioGroup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2FMultiLineRadioGroup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JabirDev","download_url":"https://codeload.github.com/JabirDev/MultiLineRadioGroup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2FMultiLineRadioGroup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["kotlin-android","material-design","radio-buttons","recyclerview"],"created_at":"2025-01-27T22:07:37.175Z","updated_at":"2026-04-28T00:33:02.323Z","avatar_url":"https://github.com/JabirDev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultiLineRadioGroup [![Release](https://jitpack.io/v/jitpack/maven-simple.svg?style=flat-square)](https://www.jitpack.io/#JabirDev/MultiLineRadioGroup/0.1.0)\nSimple MultiLine Radio Group\n\n![DEMO](https://raw.githubusercontent.com/JabirDev/MultiLineRadioGroup/master/multiline-radio-group.gif)\n\n## Setup\nAdd it to your build.gradle with:\n```gradle\nallprojects {\n    repositories {\n        maven { url \"https://jitpack.io\" }\n    }\n}\n```\nand:\n\n```gradle\ndependencies {\n    implementation 'com.github.JabirDev:MultiLineRadioGroup:{latest version}'\n}\n```\n\n## Add Layout\n```xml\n\u003ccom.jabirdev.multilineradiogroup.MultiLineRadioGroup\n        android:id=\"@+id/my_radio_group\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:layout_marginTop=\"16dp\"\n        android:overScrollMode=\"never\"\n        android:scrollbars=\"none\"\n        app:addList=\"@array/radio_buttons\"\n        app:layout_constraintTop_toBottomOf=\"@+id/text\"/\u003e\n```\n\n## Add string-array at strings.xml\n```xml\n\u003cstring-array name=\"radio_buttons\"\u003e\n    \u003citem\u003eMantap\u003c/item\u003e\n    \u003citem\u003eJiwa\u003c/item\u003e\n    \u003citem\u003eKeren\u003c/item\u003e\n    \u003citem\u003eUy\u003c/item\u003e\n    \u003citem\u003eWow\u003c/item\u003e\n    \u003citem\u003eYuhu\u003c/item\u003e\n    \u003citem\u003eYey\u003c/item\u003e\n    \u003citem\u003eNet Not\u003c/item\u003e\n    \u003citem\u003eWkwk\u003c/item\u003e\n    \u003citem\u003eTop\u003c/item\u003e\n\u003c/string-array\u003e\n```\n## Add listener in Activity/Fragment\n```kotlin\nbinding.myRadioGroup.setOnChoseListener = MultiLineRadioGroup.OnChoseListener {position, text -\u003e\n    binding.text.text = \"Selected: $position $text\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabirdev%2Fmultilineradiogroup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabirdev%2Fmultilineradiogroup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabirdev%2Fmultilineradiogroup/lists"}