> As any one tried using AspectJ with Android. Pl. add all your > experiences here..
Quoting Wikipedia: "AspectJ has been designed to be implemented in many ways, including source- or bytecode-weaving and directly in the VM (virtual machine)." If you can get AspectJ to work in "source-weaving" mode, it might work with Android. If not, and AspectJ only generates or modifies Java bytecode at runtime, until they make a Dalvik-specific version of their product, it most likely will not work with Android, since they will generate the wrong type of bytecode. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. 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/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

