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:
- create a database.
- A table and field username, password
- create android api.(using php)
- pass username and password from android app to server using asynchronous task.
- do your task in OnPostexecute.
- 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]"