Compressing and decompressing Zip files on your phone is not an occasional job, but sometimes, without a computer or a PC, unpacking software is required. Unzip Tool – Zip File Extractor For Android is a great unzipper for you in some emergency …
Tag: import

Adding Images to Drawable folder in Android Project
Hello there everyone, This week we are going to see how to import images directly to the DRAWABLE folder in the Android Project Step 1: Rename the image with only small cases and underscore (_) only Step 2: The image …
Read More "Adding Images to Drawable folder in Android Project"

Convert .JPG/.PNG to .SVG
Hello there everyone, This week we are going to convert a picture file (.jpg/.jpeg/.png) into vector graphics (.svg) The vector graphics are predominantly used in android development. Step 1: Go to this site http://pngtosvg.com/ Step 2: Upload your image file and increase …