Skip to content
Marcin Moskała edited this page Apr 30, 2017 · 14 revisions

Android Library that provides a 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 arguments.
  • Support flags and Intent provide.

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