Android Question ContentChooser: choose a photo from ... Internet directly

peacemaker

Expert
Licensed User
Longtime User
HI, All

Does Android have such possibility ? :)
Just select photo of a subject directly from Internet, like among the list of apps-providers.

Or should i myself to load Google's picture search result and parse it to choose a photo ?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
So, it seems, it's a good idea to make such view:
0) initialize view with the search URL
1) check Internet
2) request URL for pictures
3) parse HTML result
4) show the preview picture gallery to choose one
 
Upvote 0
Top