MIT APP Inventor

Has anyone experimented with the idea of using Cospaces and MIT APP Inventor? My students are starting to use APP inventor and they have asked if it was possible to create an APP that can access a Cospaces environment.

Thanks

1 Like

I am interesting too. You can use startactivity with appinventor for launching cospaces, but we need any parameters like: action, class and packet and these parameters. Is it possible get them?

Thanks in advance.

Hi! To start CoSpaces Edu using ActivityStarter try these parameters:

Action: android.intent.action.VIEW
ActivityClass: delightex.android.DelightexActivity
ActivityPackage: delightex.cospaces.edu

To open a shared space (currently only shared spaces are supported) additionally put a link to this space into DataUri, for example:

DataUri: https://cospac.es/RpIH

CoSpaces Edu app should be installed on your android device for this to work.

2 Likes

Thanks ! It’s wonderful! we can continue with our project!

Hi, is this code still working? Because i have followed the code but it shows no such activity in app inventor. Please help!! Thank you so much

You could try opening the shared link in the web browser as well.

1 Like