Eric Crump wrote: > I'm still in the concept stage so I don't need implementation > details. My question is whether it is possible is transfer a JAR file > over a socket and use a classloader to launch an activity.
All but the last part, I think so. Activities have to be registered in the manifest, and so you cannot dynamically create them. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in US: 22-26 February 2010: http://onlc.com
-- 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

