The Android GUI toolkit is quite different from what you get on the PC with 
regards to application lifetime. Essentially, every screen is a class 
called  Activity and every screen transition is a call to a different 
Activity. The cool thing about that is that you can also call Activities 
from a different app, for example this is how many programs use the gallery 
to pick an image. Of course you have to agree about parameter names and so 
on, but its easy to offer an interface where a different app uses your 
Activities as if they were part of the other app. 

In short, we should whip up an Android app that uses the jmol app to 
display 3d images ;-)

-- 
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/sage-support
URL: http://www.sagemath.org

Reply via email to