d4rken-org / reddit-android-appstore

https://www.reddit.com/r/Android/comments/50rafp/meta_we_have_an_app_wiki_with_over_700_apps_made/
Apache License 2.0
364 stars 57 forks source link

Getting icons and screenshots #39

Closed d4rken closed 7 years ago

d4rken commented 7 years ago

Thoughts

Sequence

Responsibilities

Issues

dragnu5 commented 7 years ago

Where will the images be hosted?

Or is it directly from the Google Play store?

If it's hosted elsewhere, having them as WEBP would be great as it uses much less data and useful to us with low data caps.

d4rken commented 7 years ago

@dragnu5 The app will try to get the images from the apps download page which in most cases will be Google Play. I think most of them are .pngs

Example: http://lh4.ggpht.com/mJy7ntNeprYHRqIVF7vXfDwQ6lFe8yDgB5NWd3bcTDTLAOn1jh6DavG8Fnjejw4RqSWz=w300

d4rken commented 7 years ago

@dragnu5 See: 5cd6b11662969c81f61f62ca655d87c9d42a323e Icons are now loaded specifically for target imageviews, meaning we directly get the desired icon size from Google Play not wasting any extra bytes :grin:

garretyoder commented 7 years ago

See #40, implemented. Closing.