fatih ergin
fatih ergin
Navigator is injected into ViewModels and used there. What is the correct way of adding some shared views to navigation?
Hi @Cheng-Lin-Li, thanks for your great effort. I have a question about using custom dataset. Is it possible to train SegCapsR3 with 3 channels RGB images and 1 channel grayscale...
Do you plan to support reading & writing a PDF file from/to memory buffer just like native iOS and Android do?
It's now possible to use with spannable strings. Sample usage: ``` SpannableString spannableText= new SpannableString(text); . . . new Tag(spannableText); ``` 
Highlights - The PR only covers supporting new compression formats `.7z`, `.tar.gz` and `.tar.xz`. - Decompressing not handled in this PR. - Only `.7z` supports reading password protected files out...
[why viewModelScope should be preferred](https://medium.com/androiddevelopers/easy-coroutines-in-android-viewmodelscope-25bffb605471)
[[CLONE] Branching Strategy](https://github.com/adessoTurkey/ios-boilerplate/issues/21)
[[CLONE] Pull Request Template](https://github.com/adessoTurkey/ios-boilerplate/issues/22)
Must - [ ] Static code analyzer - [ ] Formatter Nice to have - [ ] Code coverage support - [ ] Analysis results in XML and/or HTML ---...