Alex Roe
Alex Roe

Reputation: 31

How do you insert a variable from an android app into a web page text field

I've been looking for a solution to this issue for a long time. I would really appreciated any code help. coding is not my strong suit.

Upvotes: 0

Views: 110

Answers (1)

Juvanis
Juvanis

Reputation: 25950

  • Your application might send this variable (I mean its value) to a Web service. (It can call a web service.)

  • Your Web service might have a function which takes one parameter and writes this parameter directly to a file that can be accessed via your web page.

  • Your web page can open the file and display it in its text field.

Upvotes: 1

Related Questions