mulsellistprefcompat

Backport MultiSelectListPreference class to older android devices

  • 所有者: h6ah4i/mulsellistprefcompat
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

MultiSelectListPreferenceCompat

Backport MultiSelectListPreference class to older android devices.

Originally MultiSelectListPreference was introduced to API level 11 (Honeycomb).
And official support package does not include this class.
This library introduces compatible class of MultiSelectListPreference.

Android Arsenal

Setup

Add the following line into your build.gradle file.

dependencies {
    compile 'com.h6ah4i.android.compat:mulsellistprefcompat:1.0.0'
}

Usage

Simply replace MultiSelectListPreference to com.h6ah4i.android.compat.preference.MultiSelectListPreferenceCompat.

<MultiSelectListPreference ~~~ />

to

<com.h6ah4i.android.compat.preference.MultiSelectListPreferenceCompat ~~~ />

License

Copyright (C) 2012-2014 Haruki Hasegawa

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.

主要指标

概览
名称与所有者h6ah4i/mulsellistprefcompat
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2012-10-20 15:11:17
推送于2021-02-11 01:53:23
最后一次提交2021-02-11 10:53:23
发布数1
最新版本名称release-1.0.0 (发布于 )
第一版名称release-1.0.0 (发布于 )
用户参与
星数32
关注者数2
派生数10
提交数33
已启用问题?
问题数1
打开的问题数1
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?