Menu

Tree [5c3fdf] default tip /
 History

Read Only access


File Date Author Commit
 doc 2014-10-20 mrapp mrapp [f1677b] Edited Mercurial repository URL.
 releases 2014-10-21 mrapp mrapp [5c3fdf] Merge with dba914bc6def50b0f3c9bf19672ac6a00fbf...
 res 2014-10-20 mrapp mrapp [5c8fd0] Fixed wrong view id.
 src 2014-10-21 mrapp mrapp [354fa9] Changed type cast from float to Float.
 AndroidManifest.xml 2014-10-21 mrapp mrapp [c859f7] Updated version.
 LICENSE.txt 2014-06-15 mrapp mrapp [1a79c5] Added LICENSE.txt.
 README.txt 2014-10-20 mrapp mrapp [f39e1a] Edited Mercurial repository URL.
 RELEASE_NOTES.txt 2014-10-21 mrapp mrapp [ba7d04] Edited release notes.
 proguard-project.txt 2014-06-05 mrapp mrapp [a5549b] Added prototypical version.
 project.properties 2014-10-21 mrapp mrapp [752406] Now uses Android SDK 21.

Read Me

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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.