https://github.com/bingoogolapple/bgaselectview-android
类似 web 开发中的 select 标签实现的级联效果
https://github.com/bingoogolapple/bgaselectview-android
Last synced: 4 months ago
JSON representation
类似 web 开发中的 select 标签实现的级联效果
- Host: GitHub
- URL: https://github.com/bingoogolapple/bgaselectview-android
- Owner: bingoogolapple
- Created: 2015-06-03T11:23:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T17:19:56.000Z (10 months ago)
- Last Synced: 2025-05-13T01:12:32.679Z (5 months ago)
- Language: Java
- Homepage:
- Size: 1.07 MB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:running:BGASelectView-Android v1.0.0:running:
============
产品要实现类似web开发中的select标签实现的级联效果,没研究出Android自带的Spinner如何定制右侧的箭头,所以就通过继承TextView,并监听其点击事件来弹出PopupWindow实现这种效果了。#### 效果图
>Gradle
```groovy
dependencies {
compile 'cn.bingoogolapple:bga-selectview:1.0.0@aar'
}
```##### 详细用法请查看[Demo](https://github.com/bingoogolapple/BGASelectView-Android/tree/master/demo):feet:
## 作者联系方式
| 个人主页 | 邮箱 |
| ------------- | ------------ |
| bingoogolapple.cn | bingoogolapple@gmail.com || 个人微信号 | 微信群 | 公众号 |
| ------------ | ------------ | ------------ |
||
|
|
| 个人 QQ 号 | QQ 群 |
| ------------ | ------------ |
||
|
## 打赏支持作者
如果您觉得 BGA 系列开源库或工具软件帮您节省了大量的开发时间,可以扫描下方的二维码打赏支持。您的支持将鼓励我继续创作,打赏后还可以加我微信免费开通一年 [上帝小助手浏览器扩展/插件开发平台](https://github.com/bingoogolapple/bga-god-assistant-config) 的会员服务
| 微信 | QQ | 支付宝 |
| ------------- | ------------- | ------------- |
||
|
|
## 作者项目推荐
* 欢迎您使用我开发的第一个独立开发软件产品 [上帝小助手浏览器扩展/插件开发平台](https://github.com/bingoogolapple/bga-god-assistant-config)
## License
Copyright 2015 bingoogolapple
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 athttp://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.