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 …
Tag: .jpeg

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 …