android-utils

Additional

Language
Java
Version
v1.0.3 (Mar 19, 2015)
Created
Jan 5, 2015
Updated
Mar 19, 2015 (Retired)
Owner
Andreas Scharf (int32at)
Contributor
Andreas Scharf (int32at)
1
Activity
Badge
Generate
Download
Source code

android-utils

android-utils is a simple, small and fast framework for Android. It includes the following features:

  • UI Binding - Supports One-Way (Model -> View or Model <- View) and Two-Way (Model <-> View) Binding. Allows you to bind objects, so called Bindables, to any kind of view and update the UI when those objects change. You can set the text of TextView's, change the background color or write your own Bindings which allows you to customize the UI actions.

  • Activities and Modules - This component allows you to split an android Acitivity into seperate, non-dependent Modules without loosing the flexibility of the actual Activity. An Activity becomes an BootableActivity in which you can register multiple modules.

###Download JAR

  • Release 1.0.3

    • added Activities and Modules
  • Release 1.0.2

    • made two-way binding a lot easier by using the default android controls instead of custom ones!
    • added BindableSeekBar
    • added SeekBar, Bitmap and Disabled Bindings
    • added DateBindable
  • Release 1.0.1

    • implemented Two-Way-Binding
    • added BindableEditText & BindableNumberPicker controls
    • added NumberPicker, Focus, Foreground Color & Background Resource/Drawable Bindings
    • added Float, Bitmap & Drawable Bindables
  • Release 1.0.0 - initial release, first version of UI binding