0
How to get data from android to website
I mean I have a form of user with it's personal information in my user detail option on android app I want that information to transfer on website on just button click. how can I do that any ideas share please.
1 Answer
0
You require API(web services) for communication with the website (back end) and by using volley library of Android for posting the data to the server of website.