A wrapper that contains two contexts: 1.
A wrapper that contains two contexts: 1. the application context (which should be always alive) 2. the current context, usually Activity or Service (which is more specific, but may die and is stored as a weak reference)
An Excerpt is something that gets a property out of a widget
Excerpting operator
Excerpting operator
A fragment builder proxy
FragmentManager context, used to manipulate fragments within an Activity or another Fragment
FragmentManager context, used to manipulate fragments within an Activity or another Fragment
A class to generate unique ids The recommended usage is to create a singleton for the entire app:
A class to generate unique ids The recommended usage is to create a singleton for the entire app:
object Id extends IdGen(1000) ... w[Button] <~ id(Id.button)
A media query is a small wrapper around Boolean with nicer operators
A snail mutates the view slowly (e.g.
A snail mutates the view slowly (e.g. animation)
Snailing operator
Snailing operator
A Tweak is something that mutates a widget
Tweaking operator
Tweaking operator
A UI action that can be sent to the UI thread for execution
Helpers to run UI actions as Future callbacks
A toy singleton to allow more descriptive syntax for tags (Tag.foo instead of "foo")
An ExecutionContext associated with the UI thread