Radek Vymětalík

Results 19 comments of Radek Vymětalík
trafficstars

Thanks @florianwachs, I really appreciate your message. It motivates me to continue sharing my work 🙂

@manishbisen, @AswinPG, @codeanees Thanks for the support.

@codeanees Actually, there are a few details that I missed (I want to look into some of them in the future). For example, I was not able to find workarounds...

Thanks @Pinox Yeah, I have noticed the huge APK size too. I have probably configured something completely wrong, but I am not sure what exactly... I want this project to...

Hi @samirgcofficial, I am sorry, but I am not sure if I understand what your problem is. Could you please elaborate a bit more on that?

Hi @asafgo, why would you like to do that? You can use normal `Shell`, but you will lose the ability to create custom navigation controls from scratch. `ShellContents` is a...

Hi @ziomek64, thanks for informing me about the issue. Where exactly do you call `SimpleToolkit.SimpleShell.SimpleShell.Current.GoToAsync($"//main");`? Does the app crash even if this call is commented out?

Hi @ziomek64, I have finally tried to take a look at this issue. However, I probably will not be able to fix it because of the way how creating a...

Hi @urmatgit, you can find some simple samples in the [src/Samples](https://github.com/RadekVyM/SimpleToolkit/tree/main/src/Samples) folder. I recommend taking a look at the [SimpleShellTopBar](https://github.com/RadekVyM/SimpleToolkit/tree/main/src/Samples/Sample.SimpleShellTopBar) sample in particular.

Hi @BeepBeepBopBop, do you use any other library or your own `ShellItem` handler implementation in your project? I have no idea what could have caused the exception.