I have one android application to be made. In the Registration process i have to fill in two fields
- Phone number
- Name
Along with these two fields i have to also send my deviceid, current time and OS version dynamically.
How can i do so?
My Web Service is http://frapp.badoniya.com/webservices/register.php?username=Vijay%20&deviceid=12345&mobile=98XXXXXXXX&platform=Android&os_version=4.0
Please give me a step wise solution. Because i am very new in programming.