Homeoffice became more popular during the pandemic. As a result, I started with my laptop and just sitting at the kitchen table. However, it was not the best experience for my colleagues and me. In my opinion, the audio setup was lacking. Therefore, upgrading to an XLR microphone will sound more professional or like a podcaster.
Difference between a BasicDialog and an AlertDialog
Dialogs in Android 1 are used to shows alerts for making decisions or to edit a single value 2.
But there are some differences between an AlertDialog and a BasicDialog.
In an AlertDialog you always want to show a message and at least one Button for user interaction.
In a BasicDialog you have a custom view to a TextView or something more complex.
The first working example was quickly done