f2prateek / dart

Extras binding and intent builders for Android apps.
Apache License 2.0
1.19k stars 88 forks source link

Create a Henson class (java code) per source module #188

Open stephanenicolas opened 7 years ago

stephanenicolas commented 7 years ago

Every module S that will navigate to some other module (--> S is a source module) will use a few intent builder configurations for the modules it will navigate to.

We could create a Henson class by analyzing these dependencies, and generate class, probably using javapoet. The class will be generated in the main source tree of the source module and will allow to navigate to all target activities declared in the dependency.