It does work however it won't work on types that are directly managed by Android, so services, activities and broadcast receivers because the framework doesn't use the class' default constructor for those types.
You can use it on any of your types however that aren't directly managed by Android's framework. On Wednesday, February 3, 2010 1:00:12 PM UTC-5, Michael Bailey wrote: > > Does Assisted Inject work on Android or is it built upon AOP? > > Michael > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/bHECuiNlp3YJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
