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?
Thoughts on software development, outdoor adventures, and everything in between.
The user base for your application includes multiple nationalities, so why don't you update your app to allow for multiple languages?
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.
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.
In Android development, the new standard for building UI's is Jetpack Compose. But how do you actually set it up for your application?
Install Oh My Posh on Windows to customize your Powershell.
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.
Copy the contents of the yank operation from vim to your clipboard when using any Intellij IDE.
C# 12 finally introduces some new syntactical suger that I'm eager to use in production because it improves the readability of the code.
In C# 12, Microsoft has added the ability to specify default values for your lambda parameters.