Minor update to bundles, my annotation processor for Android source code to help constructing fragments and saving state.
I’ve been sprinkling these annotations in my existing projects and fixed a few small issues.
I’ve been sprinkling these annotations in my existing projects and fixed a few small issues.
- The generated FragmentBuilders now get a newFragment() method useful if you want to construct a fragment with only required arguments
- The required args are sorted now, so that the builders are consistent when you add, remove or recompile the source class ;)
You can get it here: https://bitbucket.org/hvisser/bundles or from github here: https://github.com/hvisser/bundles