Articles tagged in: gradle



Android Custom Fonts Renewed — Font Family

In the last tutorial, we've explored the modern way of implementing custom fonts on Android. However, it broke the support for dynamically changing the font style and weights (for example, bold or italic). In this tutorial, we'll fix this drawback and configure a font family with different styles. {{outline}} {{video} …

Continue Reading

CoreOS — How to Set Up a Cluster

Last week we’ve learned about CoreOS’ components and technologies within the ecosystem. This week, we’re directly diving into the practical part and get our hands dirty. If you read the first post, you already know that CoreOS is an operating system geared towards high-availability. Setting up a cluster …

Continue Reading

Android: How to Implement ProductFlavor-Dependent Dependencies with Gradle

A few weeks ago we published a post about setting different permissions for each productFlavor. Some requested if this is possible for dependencies as well, so here it is: in this blog post, we'll show you how to set up productFlavor-dependent dependencies. Related Posts Android: How to Implement ProductFlavor-Dependent Permissions …

Continue Reading

How to Use the Renderscript Support Library with Gradle-Based Android Projects

In comparison to the other mobile platforms, Android's Java is slow to run computationally intensive tasks. RenderScript offers a framework to efficiently compute algorithms by utilizing all processors. RenderScript is fairly new to Android and most of the APIs are only available for Android 4.3 (Jellybean) or newer. Fortunately, …

Continue Reading
Page 1 of 1

Explore the Library

Find interesting tutorials and solutions for your problems.