Screen Input

In the app development process with Kuika, Screen Input is used to transfer data between two or more screens.

To enable data transfer between screens using Screen Input, a Screen Input is added below the screen that will receive/transfer the data. Later, the Screen Input that was added should be selected as the Id parameter value under the Navigate action on the screen that will facilitate the transfer.

Adding a Screen Input is an important step to enhance an application's usability and functionality. It makes data entry easier for users and facilitates interactions with the app.

This tutorial content consists of the following headings:

  1. Adding Screen Input

  2. Selecting Screen Input Parameter Value Under Action

1. Adding Screen Input:

To add a Screen Input, click the ADD SCREEN INPUT button in the screen Properties of the screen where you want to make the addition.

Name the added Screen Input. Then select the Screen Input type. You can name the Screen Input as per your preference. You can choose Guid as the Screen Input type. Then, create the Screen Input using the Create button located at the bottom right.

With this, you have completed the Screen Input addition process.

In the Screen Input area, you can perform delete and update operations. The Remove button is used for the deletion process, while the Update button is used for updating.

2. Selecting Screen Input Parameter Value Under Action:

To facilitate data transfer between screens using Screen Input, under the action you've added on the screen that will facilitate the transfer, select the created Screen Input as the Id parameter value. To perform this selection, click the Symbol Picker located in the top right corner of the Fixed Value text input box within the Id (Guid - One) parameter you have in the action.

In the opened menu, make the ScreenInputs>Id selection.

Last updated