Is it possible to create a sequence of screens with the help of simulink support package for Android?

1 visualización (últimos 30 días)
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

Respuesta aceptada

Sutanu Maiti
Sutanu Maiti el 17 de Dic. de 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.

Más respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by