-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVeryUsefulLinks.txt
More file actions
26 lines (18 loc) · 951 Bytes
/
VeryUsefulLinks.txt
File metadata and controls
26 lines (18 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
username for geonames is
praducg
email
password:Test*1234
Very useful links
http://www.androidbegin.com/tutorial/android-populating-spinner-json-tutorial/
Web service to get list of countries
http://api.geonames.org/countryInfoJSON?username=praducg
Web service to get list of state[India is the example]
http://api.geonames.org/childrenJSON?geonameId=1269750&username=praducg
Web service to get list of cities
http://api.geonames.org/childrenJSON?geonameId=1267701&username=praducg
https://stackoverflow.com/questions/9760341/retrieve-a-list-of-countries-from-the-android-os
http://www.javaknowledge.info/populate-second-spinner-based-on-selection-of-first-spinner/
https://www.mkyong.com/android/android-spinner-drop-down-list-example/
Run multiple asynchronous tasks at a time.
http://android-er.blogspot.in/2014/04/run-multi-asynctask-as-same-time.html
http://blogs.innovationm.com/multiple-asynctask-in-android/