How to start an activity

I am working on an extension (found at https://github.com/Sharkphin/DCA) and can't seem to figure out how to start activities made from extensions using the @UsesServices annotation. I did not try anything, but did read up on new Intent(Class.this, NextClass.this) however I'm not quite sure how to do this with App Inventor.

I redact my question, I have found my answer in the extension itself.

new Intent(context, IntentActivity.class);

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.