Giter VIP home page Giter VIP logo

androidsliderpreference's People

Contributors

jayschwa avatar juderosario avatar meierjan avatar miha-x64 avatar rarcher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

androidsliderpreference's Issues

publish to maven

Hey,

is there any reason why this project is not on maven? Integrating this and updating it would be so much easier.

Cannot resolve library tag in maven repo

Hi,

Please create 1.0 tag, because now it is not possible to download the library from the maven.
I know I can specify commit or branch, but we have tags so please use it.

dependencies {
// [...]
compile 'com.github.jayschwa:AndroidSliderPreference:1.0'
}

Duel Slider?

Does this preference support a dual slider dialog? So like a grid value. Columns and rows?

Misleading setup for "Using a Module"

Document says that you should clone the repository into your libs folder. This will create a folder called AndroidSliderPreference.

The document goes on to tell you to all the following to your settings.gradle.

project(':SliderPreference').projectDir = new File('libs/SliderPreference')

This causes an error during gradle sync as there is no SliderPreference folder.

I propose updating the documentation to:

project(':SliderPreference').projectDir = new File('libs/AndroidSliderPreference')

wrong gradle documentation

The documentation should be rewrite with :

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    
    compile 'com.github.jayschwa:AndroidSliderPreference:v1.0.0'
}

compile 'com.github.jayschwa:AndroidSliderPreference:1.0' doesn't exist

default value parsing exception

Setting the default value as suggested in the README:

<net.jayschwa.android.preference.SliderPreference
    android:summary="This summary is static and boring"
    android:defaultValue="0.5" />

throws an exception in onGetDefaultValue().

sliderpreference error

setSummary(getContext().getResources().getStringArray(summaryResId));

Android studio say Error:(93) Error: Expected resource of type array [ResourceType]

can you take a look. its in sliderPreference class. i turned off lint but then it says indexoutofbounds error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.