Zeplin – Generating Style Guides
In the previous article "Why Zeplin?", we covered how front-end developers can use Zeplin to collaborate with designers, and that is not over yet;…
In the previous article "Why Zeplin?", we covered how front-end developers can use Zeplin to collaborate with designers, and that is not over yet;…
If you are new to this, then Zeplin is an amazing desktop application that can be used as a tool for collaboration between UI…
In the previous post, you have seen how to install Eclipse IDE, ADT, and the Android SDK. Well, the process is not over yet! There is…
Installing Eclipse to make it ready for Android application development is little bit tricky for newbies! Here's a full step wise guide on how…
Assuming wireframe, prototype and mockup as the exact same thing is not new. Everyone who never try to understand the difference always call them…
As of now, Android Studio needs a fast and stable internet connection to implement a Gradle project. For some reason, the app developers are…
You might use a lot of jars in your libs directory, and there you may happen to duplicate the same jar or aar. Duplications…
If your project is using native libraries, you will be getting multiple build variants with .so extension during the [crayon-67406144c75c7595878473-i/]. In case you use…
In Java, if you receive ''cannot resolve symbol'' error, it simply mean that you have used a name that the compiler was not able…
It is more often that you see DuplicateFileException: Duplicate files copied in APK META-INF/.. errors in the Gradle build system. The concept is simple, In…