Google Play screenshots and images get pixelated/blurry - image

Whenever I upload images to Google Play, they get really pixelated and blurry. It only happens when I view the images via the Google Play mobile Application, in the browser everything looks fine. How can i solve the problem? I'm having exactly the same issue as described here: issue
I've tried uploading the images as png, jpg and compressing them but nothing has worked yet. I've added an example screenshot of what the images look like on google play.awful image here
Thank You!

Related

Impossible to upload image to Google play store

I can't upload images to the Google Play store in order to put my app in production.
None of the images can be uploaded, I checked 50 times, the size is good and I tried as png, jpg, jpeg, etc without success.
Here are the screenshots of my tries:
What could be wrong?
Edit: I have the same problem to upload the apk and the problem seems to come from CORS policy but deactivate it does not change anything...
The solution until November 2, 2020 is to use the classic Google Play Console in private mode. There, image uploading is working as intended.

Webview webpage + Video or Youtube

I recently found a digital billboard project called DisplayMonkey, which shows me digital content such as: images, videos, html, etc. The problem is that when you show a YouTube video or any other media this does not automatically reproduce.
To which I refer, the project that I use that would be the Display, shows me in html file all the content that I have and does it in a random way, when it comes to the video it does not reproduce it.
Need autoplay youtube or alternative server videos
The web page that the display shows me is the following:
http://display-dev.cclcloud.co
user: test
password: 2019**
Any opinion on how you should do this? html + js code pure?
I have tried several alternatives and it has not worked for me, need help, thanks

Handling Images in PhoneGap

Current Behavior:
I have build a PhoneGap application that takes photos using Camera and the upload to a server. User can see all the photos that are uploaded as thumbnails.
What I am trying to do:
I want that the user should be able to tap on a photo thumbnail and the selected photo should open in the default image viewer for iOS/Android. Also, user should be able to swipe the photo in the default image viewer to see additional photos. This behavior is similar to what Facebook or any other app implements.
I am not sure how this feature is implemented and I am surprised that there is no one who faced this problem.
Thanks for all the help
Try this:
I haven't checked it, but it should work fine.

How do i get the source of an image that has been downloaded off the internet?

In the app i'm working on, an image is displayed to the user which is gotten from a website.
I want the app to have an option to save the image to gallery.
From what i figure, since the image is displayed on the screen (and hence, has already been 'downloaded' to the phone), i shouldn't have to download it again for saving it to the phone (essentially specifying the URL of the image on the website as the image's source).
Is there a way to get the get the source (path) of the image?
I wrote one app while ago, it was about testing downloading an image from the web and putting it into Image control. And what surprised me a lot - after first download an image I was able to turn off wifi and after that image was still showing. I think WP7 have quiet good cache or something and maybe if U ask second time about the same URL U'll receive temporary file from cache instead downloading it again...
I researched a bit and found out that once an image has been downloaded from a url, it isn't downloaded again and is retrieved from the cache automatically. So, that leaves my question answered.
You were correct kingsvid!

Generating thumbnails for movies from iTunes file sharing data?

i´m using the itunes file sharing feature to import customized data from the user.
I need to play videos when tapping on a customized UIButton. Therefore i want to know if its possible to set a thumbnail image from a video to each instance of MyButton.
I´ve played already with the MPMoviePlayerController and its "thumbnailImageAtTime:timeOption" function. It works great after selecting and playing that one video. But i need to generate thumbnails for all videos before.
When syncing videos on any iOS device via itunes, apple generates thumbnails for the camera roll instantly. So thats the way i´m looking for.. Any ideas how apple is doing it?
I´ve got it. Using the AVFoundationFramework with "AVAssetImageGenerator" ;)
Getting a thumbnail from a video url or data in iPhone SDK

Resources