Skip to content
MarcinMoskala edited this page Feb 15, 2017 · 14 revisions

Android Library that provide simpler way to start the Activities with multiple arguments.

Field and method binding for Android Activity arguments, which uses annotation processing to generate boilerplate code for you, and:

  • Eliminate all putExtra and getXXXExtra methods.
  • Allows you to forget about all keys that were used to pass agruments.
  • Support flags and Intent provide.

This is documentation that should help in any aspect of library usage. You can find here:

  • Introdution
  • Installation
  • [Usage for Activities](Usage for Activities)
  • [Usage for Fragments](Usage for Fragments)
  • [Usage for Services](Usage for Services)
  • [Usage for BroadcastReceiver](Usage for BroadcastReceiver)
  • [Optional annotation usage](Optional annotation)
  • [NonSavable annotation usage](NonSavable annotation)
  • [How does it really work?](How does it really work?)