Simply put: What is the most effective way to share / reuse code between iPhone and Android builds?
The two most common scenarios I think would be:
Like I told someone who asked a similar question a while ago, use MVC and implement the MC in C++ and the V in obj-c or Java.