All posts

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?

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.

Plural string resource in your Android app

When your app supports multiple languages using the string resources, it's pretty assumable that at some point you'll be needing a string that is different for multiple amounts. In this blogpost we'll be discussing the solution on how to achieve this.

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.

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?

Create an Android app

Have you ever wanted to build your own Android app? We'll in this story we're going to dive straight into the details on how to do this!