Is it possible to fill textbox from my app to other app?

Hi koders

Is it possible to fill textbox from my app to other app?

As it isn’t clear what exactly your requirements are, from what you have mentioned, you can use the sharing component :point_down: to share a message to other apps.

Sharing - Kodular Docs

Particularly the Share Message To method :point_down: can be used to share a message to a mentioned app

1 Like

I want to fill username & pw from my app to other app textbox. That’s it.

This post was flagged by the community and is temporarily hidden.

App1
Write to the database

App2
Read the database and show without text box

1 Like

but package name will be different. Won’t work with this.

Package name is not important. Only reading pathway must be same as the pathway you stored

App 1- send data to firebase with certain tag.
App 2- read the same tag of firebase when screen initialise and shown into text box

2 Likes

The packge name does not influences this. What I suggested to you is the concept of sharing information through a database.

Again :

App1
Write to the database

App2
Read the database and show without text box

1 Like

Okay got it but i mean other app is made from android studio not kodular so.

This also does not influence the suggestion to use a database.
Read about Database.

App1 - writes username and password to the database.
App2 - reads the data and puts it in the text boxes