Pablo Baldez
Pablo Baldez
I can use [melos](https://melos.invertase.dev/) to handle multiple packages and generate html reports from metrics, but how to use the github action provided by you to check all project packages?
What do you think about returning LiveData instances directly from domain Layer? I'm asking it because the one of the best features of Room framework is the hability to observe...
my fragment implements SimpleAlertDialog.SingleChoiceArrayItemProvider and i call a dialog with this code: ``` new SimpleAlertDialogFragment.Builder() .setTitle(BUTTON_MENU_LABEL.get(v.getId())) .setSingleChoiceCheckedItem(0) .setRequestCode(ENABLE_DISABLE_DIALOG_REQUEST_CODE) .create() .show(getFragmentManager(), "tag"); ``` can i try other approach?
**Describe the bug** I'm using the kotlin serialization properties (not the json) and I'm getting `MissingFieldException` error when I try to decode a sealed class from a map **To Reproduce**...
Autor: Pablo Baldez Perfil no medium: medium.com/@pablo-baldez Título do artigo: Continous Delivery, por um desenvolvedor Android Descrição: Gostaria de introduzir o conceito de Continuous Delivery e como isso pode ser...
Eclipse accuses IndexOutOfBoundsException when activity change orientation. Line: 271 - MaskedEditText if(selStart > rawText.length() - 1){ setSelection(fixSelection(selStart),fixSelection(selEnd)); }