All Projects → Key-CN → RadioGroup

Key-CN / RadioGroup

Licence: other
支持多行多列等复杂布局的RadioGroup,重点是!!使用简单!!,称之为Multi_RadioGroup_Plus吧

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to RadioGroup

Radiogroup
The missing iOS radio buttons group.
Stars: ✭ 113 (+334.62%)
Mutual labels:  radio-buttons
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+346.15%)
Mutual labels:  radio-buttons
pretty-checkbox-react
A tiny react/preact wrapper around pretty-checkbox
Stars: ✭ 35 (+34.62%)
Mutual labels:  radio-buttons
Radio Group
845 byte WAI-ARIA 1.1 compliant radio group React component
Stars: ✭ 133 (+411.54%)
Mutual labels:  radio-buttons
Pretty Checkbox Vue
Quickly integrate pretty checkbox components with Vue.js
Stars: ✭ 240 (+823.08%)
Mutual labels:  radio-buttons
react-radios
🔘 Proper handling of HTML radios in react
Stars: ✭ 60 (+130.77%)
Mutual labels:  radio-buttons
Multipicker
Form styling plugin for jQuery
Stars: ✭ 90 (+246.15%)
Mutual labels:  radio-buttons
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+457.69%)
Mutual labels:  radio-buttons
Radiorealbutton
A custom radio button for Android API 12+
Stars: ✭ 250 (+861.54%)
Mutual labels:  radio-buttons
Examples FLTK
Shows how to use Fltk controls only by programming code (c++17).
Stars: ✭ 28 (+7.69%)
Mutual labels:  radio-buttons
React Native Flexi Radio Button
Simple and flexible Radio button for React Native App
Stars: ✭ 151 (+480.77%)
Mutual labels:  radio-buttons
React Menu
React component for building accessible menu, dropdown, submenu, context menu and more.
Stars: ✭ 237 (+811.54%)
Mutual labels:  radio-buttons
LC-switch
Superlight vanilla javascript plugin improving forms look and functionality
Stars: ✭ 31 (+19.23%)
Mutual labels:  radio-buttons
Pretty Checkbox
A pure CSS library to beautify checkbox and radio buttons.
Stars: ✭ 1,708 (+6469.23%)
Mutual labels:  radio-buttons
ALRadioButtons
RadioButtons for iOS. Inherited from UIControl, support 2 native styles, fully customizable.
Stars: ✭ 65 (+150%)
Mutual labels:  radiogroup
Selectionlist
Simple single-selection or multiple-selection checklist, based on UITableView
Stars: ✭ 93 (+257.69%)
Mutual labels:  radio-buttons
CustomWebRadioButton
An example of a make radio-button design on the web.
Stars: ✭ 15 (-42.31%)
Mutual labels:  radio-buttons
django-radiogrid
Django radio grid field
Stars: ✭ 28 (+7.69%)
Mutual labels:  radio-buttons
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+46.15%)
Mutual labels:  radio-buttons
CMB2-radio-image
Images as radio buttons
Stars: ✭ 18 (-30.77%)
Mutual labels:  radio-buttons

KeyRadioGroup

==============

  • 支持多行多列的复杂布局的RadioGroup
  • Multiple rows and columns RadioGroup
    • If U don't understand the Chinese Notes.
      Please use the V1 version.You can write any layout under <KeyRadioGroupV1>

===========

  • 1.2 更新,做了向下兼容,现在全版本可以使用

==============

使用方法

使用方法很简单,把widget包,或者你用的版本(V1或V2)丢到你的工程里,XML里用对应的标签就可以了,里面写有demo,可以参考
V1支持任何复杂的布局

通过递归布局内部的RadioButton来实现的

========

V2只支持标签下再添加一层布局

为了简单方便效率高,和考虑到实际用途,没写递归的方法,只能用一层布局,哪怕你一行只有一个RadioButton你也要在外面包一个Layout,只要是ViewGroup的子类都可以

==========

我是参考12.6K的RadioGroup源码写的。从API20开始是这个版本的源码。之前的是12.9K的,只相差一个获取名字的方法

==========

我试过直接继承RadioGroup来重写,但是没成功,而且这样继承,很多父类的方法不能直接调用,我也不知道是什么原因,如果有人知道,可以发邮件给我,感谢指点

=================

有什么BUG和建议,大家可以发邮件跟我讨论
我的邮箱:[email protected]

KeyRadioGroup

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].