mulsellistprefcompat

Backport MultiSelectListPreference class to older android devices

  • Owner: h6ah4i/mulsellistprefcompat
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerh6ah4i/mulsellistprefcompat
Primary LanguageJava
Program languageJava (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2012-10-20 15:11:17
Pushed At2021-02-11 01:53:23
Last Commit At2021-02-11 10:53:23
Release Count1
Last Release Namerelease-1.0.0 (Posted on )
First Release Namerelease-1.0.0 (Posted on )
用户参与
Stargazers Count32
Watchers Count2
Fork Count10
Commits Count33
Has Issues Enabled
Issues Count1
Issue Open Count1
Pull Requests Count2
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private