AndroidSeekBarPreference Code
Provides a preference, which allows to select a value from a SeekBar.
Brought to you by:
mrapp
File | Date | Author | Commit |
---|---|---|---|
doc | 2014-10-20 |
![]() |
[f1677b] Edited Mercurial repository URL. |
releases | 2014-10-21 |
![]() |
[5c3fdf] Merge with dba914bc6def50b0f3c9bf19672ac6a00fbf... |
res | 2014-10-20 |
![]() |
[5c8fd0] Fixed wrong view id. |
src | 2014-10-21 |
![]() |
[354fa9] Changed type cast from float to Float. |
AndroidManifest.xml | 2014-10-21 |
![]() |
[c859f7] Updated version. |
LICENSE.txt | 2014-06-15 |
![]() |
[1a79c5] Added LICENSE.txt. |
README.txt | 2014-10-20 |
![]() |
[f39e1a] Edited Mercurial repository URL. |
RELEASE_NOTES.txt | 2014-10-21 |
![]() |
[ba7d04] Edited release notes. |
proguard-project.txt | 2014-06-05 |
![]() |
[a5549b] Added prototypical version. |
project.properties | 2014-10-21 |
![]() |
[752406] Now uses Android SDK 21. |
AndroidSeekBarPreference - README ================================= About ----- "AndroidSeekBarPreference" is an Android-library, which provides a Preference implementation, which allows to choose a floating point value or an integer value from a continuous range via a SeekBar. When interacting with the preference the SeekBar is shown within a dialog. The chosen value will only be persisted, if confirmed by the user. The library provides the following features: - The number of decimals of the floating point values, the Preference allows to choose can be adjusted. When setting the number of decimals to 0, the Preference does only allow to choose integer values. - The range, respectively the minimum and maximum value, the Preference allows to choose a value from, can be adjusted. - The dialog, which is shown to the user to choose a value via the SeekBar, can be configured to display a customized message. - The value, which has been chosen via the SeekBar will not be persisted until the user affirmativly closes the dialog. The user also has the possibility to close the dialog, without persisting the chosen value. - It is possible to define a step size, the value is increased or decreased by, when the SeekBar is moved by the user. - The displaying of the currently chosen value can be adjusted to be suffixed by an unit and to use a specific symbol to separate floating point numbers. - Multiple texts, which are shown as the preferences summary, depending on the value, which is currently chosen, can be set. Alternatively it is possible to show the currently chosen value as the preference's summary. - The Preference is visually-consistent with Android's built-in preferences. License Agreement ----------------- AndroidSeekBarPreference is distributed under the GNU Lesser Public License version 3.0 (GLPLv3 ). For further information about this license agreement's content, please refer to its full version, which is available at http://www.gnu.org/licenses/. Download -------- The project homepage of the project "AndroidSeekBarPreference" is available on Sourceforge via the internet address https://sourceforge.net/projects/androidseekbarpreference. The latest release of the project can be downloaded as a zip archive from the download section of the Sourceforge project site mentioned above, which is available via the direct link https://sourceforge.net/projects/androidseekbarpreference/files. As well, the complete source code and documentation is available via a Mercurial repository, which can be accessed by the URL http://hg.code.sf.net/p/androidseekbarpreference/code . Contact information ------------------- For personal feedback or questions you can either contact the developer via his profile on Sourceforge, which is available under the direct link https://sourceforge.net/users/mrapp, or via the email address michael.rapp90@googlemail.com.