Skip to content Skip to sidebar Skip to footer

Pass Data From App Components[textbox] To Website Components[textbox]

I am working on an app for an website(to which I have no access). So I want to do the following: So how do I pass the text data from my android view to the textboxes in the webpag

Solution 1:

  1. create a database.
  2. A table and field username, password
  3. create android api.(using php)
  4. pass username and password from android app to server using asynchronous task.
  5. do your task in OnPostexecute.
  6. pass your data from server to website using simple php file. done it.

Post a Comment for "Pass Data From App Components[textbox] To Website Components[textbox]"