Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

TODO release

Jasm Sison edited this page Jul 27, 2014 · 20 revisions

TODO before release

  • Refactor out expression getting methods to AnnotationLayoutUtils(?) from
    • @Android{Activity, Fragment}
    • @CustomViewGroup
  • Update all unit tests
    • @JsonProperty
    • @AndroidParcelable
    • @AndroidFragment
    • @CustomView(Group)
    • @AndroidAdapter
    • @EnumProperty
    • @AndroidLoader, BgLoader
  • Create an example app demonstrating all of this stuff, bonus: it talks with a real json back end, so the efficacy of @JsonProperty can be demonstrated.
  • Update documentation
  • Discuss @OnCreate vs. method signature matching (lifecycle methods are filtered out) (i.e. if method has one parameter, that is a Bundle, that is not named after a lifecycle method, then plug into Activity#onCreate or Fragment#onActivityCreated or Fragment#onCreateView, reference: @CustomViewGroup)
  • Discuss @AndroidView (since AnnotationLayoutUtils does everything already, if the layout is declared)
  • Bonus: give point-by-point example why Xtendroid rules and DI injection frameworks like RoboGuice, Android Annotations, fair less.

Clone this wiki locally