Mit App Inventor Activity Starter
- Activity Starter is mostly for advanced developers, but it's a key way to extend the App Inventor, because it means lets you take advantage of applications written.
- I am a beginner in MIT app inventor tool. I am stuck on passing data between screens. I have searched a lot of time on the internet. I got lots of results using activity starter with intent, but ho.
I am a beginner in MIT app inventor tool. I am stuck on passing data between screens. I have searched a lot of time on the internet. I got lots of results using activity starter with intent, but how it is possible in MIT app inventor?
This chapter introduces the following App Inventor components and concepts:. The Activity Starter component for launching other Android apps from your app. The WebViewer component for showing web pages within your app. How to use list variables to store information for your app.
If in android we can pass data like this
We now have more than 10,000 fun web games that you can play in your browser directly. Feel familiar casual video games with no downloads needed, solely connect and play, and don't be troubled, all of these games are absolutely free.Whatever game you are searching for, we've got it here. Thousands of options from the best developers around. This is actually the best spot on the web to play games without cost! If you would like all the pleasure of a classic pc game without the download trouble, then you'll completely love playing games online.
![Starter Starter](http://puravidaapps.com/images/snippets/2imagepicker.png)
by using bundle we get that data, but how it is possible in MIT app inventor?
trooper1 Answer
You have 2 options to pass data between screens:
Mit App Inventor 2 Activity Starter
![Mit app inventor 2 Mit app inventor 2](https://i0.wp.com/opensourceforu.com/wp-content/uploads/2016/05/Figure-31.jpg)
to use the open another screen with start value block
example:as you can see, a value also can be a list..
then in the other screen you can get the data using the get start value blockLXi & Flexi Version for WindowsWindows Operating System5.7Windows 95/986.0/6.6Windows 7.5Windows 2000, XP SP1 or SP28.0Windows XP SP1 or SP28.5Windows XP SP3, Vista 32-bit8.6Windows XP SP3, Vista, 710.0Windows XP SP3, Vista, 710.5Windows XP SP3, Vista, 711Windows Vista, 7, 812Windows Vista, 7, 8 and 10Note: Versions 11 and after are Cloud-based. Flexi cutting software.
to use TinyDB
for example in Screen1 just store the data in TinyDB and read it again in Screen2