Is it possible to create a sequence of screens with the help of simulink support package for Android?
1 view (last 30 days)
Show older comments
Ilya Makarov
on 11 Dec 2020
Answered: Sutanu Maiti
on 17 Dec 2020
Dear colleagues,
Is it possible to create an Android app solely with the help of simulink support package for Android, that Will have a sequence of screens? I mean, on screen no 1 a user Will have to click a button. After that the user is redirected to screen no 2 where he Will have to input some data into a textedit Block. After that he is redirected to screen no 3 where he Will get results, etc
0 Comments
Accepted Answer
Sutanu Maiti
on 17 Dec 2020
Designing custom scren and maintaining flow of those screen is not yet possible solely from Android support package. For the customization part, you have to import generated code into android studio do that.
Once generated app code is exported to Android Studio, you can modify the Java/xml code (in Android Studio) and run on device (from Android Studio). It will run the Simulink generated Algorithm also under the hood.
0 Comments
More Answers (0)
See Also
Categories
Find more on Modeling in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!