Skip to content

Blog

Thoughts on software development, outdoor adventures, and everything in between.

Posts - Page 2

Support multiple languages in your app
Category: Android

Support multiple languages in your app

The user base for your application includes multiple nationalities, so why don't you update your app to allow for multiple languages?

Bart Kessels 6 min
Set up Material Design with Jetpack Compose
Category: Android

Set up Material Design with Jetpack Compose

You've just set up Jetpack Compose, and now you want to make your app look like a native Android app. This is just as simple as setting up Material Design and updating your UI components.

Bart Kessels 3 min
Set up View Models with Jetpack Compose
Category: Android

Set up View Models with Jetpack Compose

You've just set up Jetpack Compose, but how do you properly separate the UI from the business logic? This is were Android has you covered with View Models.

Bart Kessels 7 min
Set up Jetpack Compose
Category: Android

Set up Jetpack Compose

In Android development, the new standard for building UI's is Jetpack Compose. But how do you actually set it up for your application?

Bart Kessels 5 min
Change the executable bit of file on Windows without WSL
Category: Miscellaneous

Change the executable bit of file on Windows without WSL

When using Linux pipelines in your development process, it might happen that you need to execute a script. However, sometimes these scripts don't have the right permissions to be executed.

Bart Kessels 4 min
C# 12 updates - Collection expressions
Category: C#.NET

C# 12 updates - Collection expressions

C# 12 finally introduces some new syntactical suger that I'm eager to use in production because it improves the readability of the code.

Bart Kessels 2 min