RSSAmplifier

Blog

Andras Kindler

I'm Andras Kindler, I build and grow bootstrapped products and companies. I share my learnings on this blog, mostly about tech, entrepreneurship, and marketing.

andraskindler.comRSS feed ↗10 posts

Latest posts

How to Do Jekyll SEO in 2025

A collection of techniques to improve SEO and discoverability of a Jekyll site.

How to Fix Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0. warning

Sass @import rules are deprecated and will be removed. Here's how to resolve the warning.

Why write in the age of AI content

With AI becoming increasingly available and widely adopted for generating text, writing for yourself and being good enough at it will become a competitive advantage.

How I took back control over my time by using my calendar as a todo list

Using the calendar as a todo list instead of only meetings is a simple concept, yet it is fundamentally different from a solely backlog-based approach.

Tinting drawables

A short post about how to tint drawables and bitmaps to match the current theme.

Animating the colors of a View

A tutorial about how to animate color parameters of Views using the ObjectAnimator, the ValueAnimator, and the ArgbEvaluator.

Using the JobScheduler API

This tutorial shows how to use the JobScheduler API, which waas introduced in Android 5.0 Lollipop, bundling tasks and defering them until certain conditions are met.

Multitasking on steroids: managing documents in the Overview

A tutorial about the new multitasking features of Android 5.0. This guide will show you how to customize your overview entry.

Migrating to RecyclerView from ListView

A step-by-step guide about how to change a ListView, a GridView or ExpandableListView to a RecyclerView.

Translucent system bars + ListView done right

A guide about how to properly use the translucent theme with ListViews or other vertically scrolling ViewGroups.