Android - Invoke activity from within jar

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-04-26T21:04:43Z Indexed on 2010/04/26 21:13 UTC
Read the original article Hit count: 232

Filed under:
|
|

Hi All,

I have a jar that consists of a class that extends Activity and performs some activity on onCreate. I want to import this jar into my Android app and start the activity.

How can I go about this?

Thanks George

© Stack Overflow or respective owner

Related posts about android

Related posts about jar