Articles tagged in: Rethinkdb



hapi — Views in hapi 9 (and above)

With the release of hapi 9, the developers stripped down hapi’s internal dependencies and removed the previously integrated vision plugin. This plugin was responsible to decorate hapi’s server object with the views method. Removing the plugin from the framework’s core resulted in losing the server.views method. …

Continue Reading

Glide — Image Resizing & Scaling

In the last tutorials, you've learned how to load images from various sources and how to use different kinds of placeholders. This week's tutorial is important if you cannot influence the size of the images: resizing and scaling! Notice — August 28th 2017 Glide has released a 4.0.0 version. …

Continue Reading

How to Decompile an Android App Apk

Recently, we've published a guide on how to add dependencies for only specific productFlavors. After we've implemented the steps necessary, we wanted to make sure that the final .apk actually does not contain any unwanted classes anymore. In this post, we'll show you how to check which classes and resources …

Continue Reading

Glide — Placeholders & Fade Animations

After you've learned how to load images from all kinds of sources and how to display them in ListViews, this tutorial is all about placeholders, which bridge the time until the image loading. Notice — August 25th 2017 Glide has released a 4.0.0 version. We've updated this tutorial accordingly. …

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

Glide — ListAdapter (ListView, GridView)

The first two tutorials in this Glide series have shown how to load a single image into an ImageView from either an Internet URL or other sources. This tutorial will demonstrate adapter implementations for ListView and GridView, where each cell contains a single ImageView. This is similar to many image …

Continue Reading

Glide — Advanced Loading

In the first tutorial, we've looked why you should use Glide and a simple example request to load an image from an Internet source. But this is not the only possible image source for Glide. Glide can also load images from the Android resources, files and URIs. In this tutorial, …

Continue Reading

Glide — Getting Started

After a lot of success and feedback on our Picasso series, we're following the requests to do an extensive series on another amazing image loading library: Glide. Glide, like Picasso, can load and display images from many sources, while also taking care of caching and keeping a low memory impact …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.