Android - Invoke activity from within jar
- by George
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