Home > ICS-Property

ICS-Property

ICS-Property is a project mainly written in Java, it's free.

Android 4.0 ICS Property API

Property API from Android 4.0 ICS ported to ANY Android version!

Copyright (C) 2011 Thomas James Barrasso

Author: Thomas James Barrasso
Name: ICSProperty
License: Apache License, Version 2.0

Description:

With version 4.0 ICS (Ice Cream Sandwich) Google introduced a new API, the Property class (http://developer.android.com/reference/android/util/Property.html). This is a port made from the leaked Galaxy Nexus system dump of the Property API which works on ANY Android version.
A property is an abstraction that can be used to represent a mutable value that is held in a host object. The Property's set(Object, Object) or get(Object) methods can be implemented in terms of the private fields of the host object, or via "setter" and "getter" methods or by some other mechanism, as appropriate.

License:

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.

Support:

Do you appreciate my work? Consider donating via PayPal. To do so see http://tombarrasso.com/. Anything is welcome! If you would like to give complements or need assistance feel free to email me at [email protected], I will do my best to respond!

Previous:h-pping