-
Notifications
You must be signed in to change notification settings - Fork 74
Customisable components
vpratfr edited this page Oct 20, 2014
·
1 revision
This library has lots of interfaces and helper classes to help you either extend it and/or change the existing behaviour.
This handles the way labels get animated when transitioning from anchored to the input widget to floating above it.
This is used by the item picker widgets and dialogs to simply convert an object to a String representation. This is in case you would not want to use the toString method to display your objects.
This defines what an item picker should be able to do. We have provided an implementation in the form of a DialogFragment. You could however roll your own implementation for instance to use a custom dialog, a date/time picker, etc.