I am new to Android. Can you give me a hand ? Thanks
I download the sample project from https://github.com/nostra13/Android-Universal-Image-Loader
What I Would like to do id to load all the images URLs from a API using Json. In my Json File It has only one Array with all the URL.
I know ho to access the Json. But I download know to to load all the data data into this UIL Project.
Can you advice me what is the best way. Many Thanks:
Here is the Json data :
{
"status":"success",
"data":[
"http:\/\/1.bp.blogspot.com\/-W4xhACvDOzo\/UKpj8csdbWI\/AAAAAAAAFjU\/N4IxqdiEOR8\/s1600/farrari-sports-cars-13821367-1280-960.jpg",
"http:\/\/1.bp.blogspot.com\/-W4xhACvDOzo\/UKpj8csdbWI\/AAAAAAAAFjU\/N4IxqdiEOR8\/s1600/farrari-sports-cars-13821367-1280-960.jpg",
"http:\/\/1.bp.blogspot.com\/-W4xhACvDOzo\/UKpj8csdbWI\/AAAAAAAAFjU\/N4IxqdiEOR8\/s1600/farrari-sports-cars-13821367-1280-960.jpg"
]
}