Hey guys i design an app in which i have to get username and password for authetication then current location and IMEI number of the current device.Then send it to server I am new to this concept.I want anybody to guide me.(android login screen with php)
Asked
Active
Viewed 937 times
-1
-
1show us what all have you done. – Sachin Bahukhandi Jul 13 '17 at 12:13
-
Anyways IMEI can be extracted using this: https://stackoverflow.com/questions/1972381/how-to-get-the-devices-imei-esn-programmatically-in-android – Sachin Bahukhandi Jul 13 '17 at 12:14
-
i am done in my designing part.I don't know how to start – Jul 13 '17 at 12:14
-
http://www.androidhive.info/2014/05/android-working-with-volley-library-1/ – Sachin Bahukhandi Jul 13 '17 at 12:17
-
i need any example program for http request to send parameters – Jul 14 '17 at 04:53
-
This is not the website where developers code for you.They just can help you with it. – Sachin Bahukhandi Jul 14 '17 at 06:20
1 Answers
0
First you need to fatch all the contains and store in to the string after that you need to use any http request maker such as "Asynchronous Http Client", "volly", "Retrofit"and post to server using API.

sanket patel
- 21
- 10
-
thanks buddy.....i am new to these concepts..but i am learning now...if u know the best site to study....link the url – Jul 14 '17 at 04:42
-