« Back to home

Converting graphic files to WebP format on Android Studio 2.3

Posted on

For all who don’t know the webP format, Android has supported this image format for many years. As I said on my previous article: the WebP files are smaller than JPGs or PNGs and like PNGs, they support transparency. But creating them files has always been a bit of a chore. Now, with Android Studio 2.3, you can convert your existing graphical files into WebP files very easily. On this article, I’ll show how to convert your created image files to the WebP format on the new version of the Android Studio.…

Read more »

Inspect APK files with the APK Analyzer on Android Studio

Posted on

The Android Studio 2.2 added a new tool called the APK Analyzer. It lets you look at packaged apps, those APK files that are in zip archive format that you use to deploy an application. Using the APK Analyzer, you can see inside the APK file and see what files and directories are largest so you can decide how you can shrink down that APK. The example application I’ll show you how to use the Apk Analyzer tool with an existing project that is available on my GitHub, where you can clone or download and try to follow the below steps on your own Android Studio.…

Read more »

Android Studio and IntelliJ IDEA

Posted on

I personally love the JetBrains tools. When I started to code with the Eclipse, Netbeans, ADT tool (For android development on Eclipse), Text editors and others tools, I thought to myself: “The development with these tools is pretty cool, but the tolls are very far from being awesome, can they be better?” So, after some time with a hard time with these tools I had the opportunity to try Intellij Idea working with Java development.…

Read more »