Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

hapi — Disable Plugins for a Selected Route

The powerful plugin system is one of hapi’s most undervalued features! It’s a great component, well implemented and allows you to develop your features isolated from one another to separate concerns. Imagine this example: you’ve enabled CSRF protection using hapi’s crumb plugin and also want to …

Continue Reading

hapi — How to Upload Files

Web application development with hapi allows you to build with rapid speed. Many boilerplates exist and provide the fundamental structure with functionality for user handling, view template management and more. That means you can jumpstart right into the nitty gritty development of your application. And of course in these social …

Continue Reading

Networking for Developers — HTTP Basics

In our extensive Retrofit series we show developers how to implement all kinds of API interactions from the client side on Android. In our hapi.js series developers can learn how to provide API endpoints from the server side to clients. Most of the technical tutorials assume some basic knowledge …

Continue Reading

Glide — Network-Dependent Image Loading

Glide makes loading images in your Android app quite efficient. Powerful caches avoid loading images over the (mobile) network as much as possible. However, that's not always feasible. Glide has to load images from the Internet when they're not in one of the caches yet. Loading images over the network …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.