Write

Flutter or React Native, a cross-platform dilemma - How they work - (Part 3)

Part three of the React Native vs Flutter series: a look under the hood at how the two frameworks work internally.

Flutter or React Native, a cross-platform dilemma - How to build User Interfaces - (Part 2)

Part two of the React Native vs Flutter series: building user interfaces in both frameworks and where the approaches diverge.

Flutter or React Native, a cross-platform dilemma - Introduction - (Part 1)

Part one of a series comparing React Native and Flutter: a historical overview of both frameworks and the languages they rely on.

How I take note at conferences

A note-taking setup for conferences using OneNote to keep talks, slides, photos, and videos in one place, plus a handy PDF export hack.

How to publish and distribute your Android library

A step-by-step guide to publishing and distributing an Android library so it can be reused across projects.

Bottom App Bar with Menu and Swipeable Tabs in Flutter

How to combine a Bottom App Bar with swipeable tabs in Flutter, mixing a BottomAppBar, a BottomSheet, and a TabBarView together.

A journey from Async Task to Kotlin Coroutines

The story behind rewriting the RSS Parser library with Kotlin Coroutines: the transition process and the decisions made along the way.

RSS Parser 2.0: bye bye Async Task, welcome Coroutines

A rewrite of the RSS Parser Android library using Kotlin and Coroutines to replace Async Task, with a look at the new usage.

New update for RSS Parser: featured image

A new release of the RSS-Parser Android library, with improved parsing of the featured image of an article.

How to install Wordpress on Arch Linux

Installing WordPress on Arch Linux can be a tragedy. A tutorial covering all the steps needed to get everything working.

New update for RSS Parser: article categories

A new release of the RSS-Parser Android library that adds support for reading article categories from RSS feeds.

How to easily handle RSS Feeds on Android with RSS Parser

RSS Parser is an Android library for handling RSS feeds in an application. An overview of what it does and how it works.