Showing posts with label prevent. Show all posts
Showing posts with label prevent. Show all posts

Tuesday, February 14, 2017

How To Save High Quality Image From Google Play As PNG Prevent WEBP Format

How To Save High Quality Image From Google Play As PNG Prevent WEBP Format


Designers, especially Android icon pack designers need the original app icon to maintain the default structure of the app logo while designing an icon for launcher icon packs. As Google Play is the largest and official Android application store, everyone searches Google Play for the app icons. But, you may notice that when we try to save an image from Google Play it saves as WEBP format. Taking the screen shot of the image is the quick fix for it, but, I have another simple solution which is as simple as taking a screenshot.

RESIZE THE APP ICON IMAGE IN GOOGLE PLAY

Google generates the thumbnails dynamically at runtime that means you can pass the width via the image URL to resize the image to a higher resolution. In the image URL you can see the default width specified by them eg. =w300 changing the 300 to a higher value will increase the image width to the specified one. You can also set a lower value to reduce the image size.

SAVE APP ICON IMAGE IN GOOGLE PLAY AS PNG

As the width passed through the URL Google also uses another parameter named -rw after the width to return the image as WEBP. So reloading the image URL without -rw will allow you to save the image as PNG.

If its still not clear here is an example. In the example I am using Android Chrome Browser icon image from Google Play.

1. Open the below URL and remove the red highlighted part (-rw) from it, then reload the URL again to enable save as PNG.

https://lh3.ggpht.com/O0aW5qsyCkR2i7Bu-jUU1b5BWA_NygJ6ui4MgaAvL7gfqvVWqkOBscDaq4pn-vkwByUx=w300-rw

2. Change the blue highligted part of the URL (300) to a different number to resize the image.


Thats it ...


Available link for download

Read more »

Sunday, October 9, 2016

How to Prevent Unwanted apps purchase in Android

How to Prevent Unwanted apps purchase in Android


How to Prevent In App Purchase or Accidently Purchase/Unwanted apps purchase in Android 


play store ,download android games

Mostly Parents use their credit card information to purchase Android Apps which help them in daily life routine . But they forget to remove their account information and hand over their smartphones , or Android tablets to childs to play the amazing android games but when they got bill at month end "They Shout, I did not made purchase " . Applying theses setting can prevent unwanted,accidently  app purchase from childs. 
For Android smartphones and tablets
Open Google Play Store 
Slide Play Store menu from left . 
        Click on Setting 
        Under "User Control" touch the "Require Password for Purchase ". 
        Choose Password 
  • For All purchase 
  • Every 30 minutes 
  • Never
Select your password by typing. 

This setting can save your money wasting on unwanted app purchase. 




Available link for download

Read more »