Archives: March 2026

3 articles

How to run two Android Studio instances on macOS

If you're an Android developer who juggles both professional and personal projects, you've probably faced this dilemma: you want to experiment with new plugins, test beta features, or try out different configurations on your personal projects—but you can't risk breaking your stable,…

GitLab: set a branch as default target for merge requests

Do you also find it tedious to have to change the target branch, each time you create a merge request? Or worse, the @#$% moment when you realise you forgot to change it from the default master/main at all? To avoid such inconvenience in the future, you can set another default branch in Settings =>…

How to test Firebase Analytics events in real time

iOS In Xcode, add the argument -FIRAnalyticsDebugEnabled in a scheme: Product => Scheme => Edit Scheme In the new window: Run => Arguments tab => add the argument in Arguments Passed On Launch Android Run the following ADB command in the terminal: Run the app, go to the Firebase Console to see your…