stefanjaindl

Checkout blog posts about various topics helpful to software developers everyday life

blog

My personal Blog

Technical stories, hints & tricks

Welcome to my series of "Data Structures & Algorithms Collection". For each blog post I'll walk through a sample problem and explain how to solve it. This blog deals with arrays.

Continue reading...

Google Maps is a very much-used library on Android. This blog post demonstrates how a Two-Finger-Scroll can be implemented.

Continue reading...

This blog post illustrates how deep linking into an iOS app works.

Continue reading...

I have once implemented a complete feature flag architecture for an iOS app. Such an architecture is important to switch features on or off, even remotely so that no new build is required. This blog post describes how the architecture was implemented.

Continue reading...

An important topic for an iOS app may be to use a consistent theming across the whole UI. This blog post shows a few options how to do app theming.

Continue reading...

GraphQL is a query language for APIs that provides a complete description of the data used in an API. More details can be found on https://graphql.org/. I have integrated GraphQL on iOS and want to share that knowledge.

Continue reading...