I have a database full of item witout images. i'd like to show an image when the user watches the detail of an item. My idea was to search an image on google, take the first result and then include it in the activity. Can this be done with android? and if so, what's the best (or maybe the easyest) practice?
Asked
Active
Viewed 275 times
0
-
I think you will get Copyright Problems, if this is working – Oli Jun 11 '13 at 14:44
-
this is not a problem, it's an application for private uses, i wont put it on the store.. – Pelle Jun 11 '13 at 14:48
1 Answers
0
I think you can use https://developers.google.com/custom-search/v1/overview to search images

mromer
- 1,867
- 1
- 13
- 18
-
That plugin was created for web-programs, not for android, so i think it's not the solution to my problem. I've tried to include the code given to me by google(from that site) using a webview, but it's no use, it always crash... – Pelle Jun 11 '13 at 16:47