Emil Alipiev

Results 158 comments of Emil Alipiev

why do you think that this has something to do with this library? this is general Android implementation, it has nothing to do with Freshmvvm. you should ask this question...

it looks like modal=true page is always on top. did you find a solution for this?

@rid00z do you mean like Loginpage to MainPage sample. like this one or is there a simpler way? ``` var loginPage = FreshMvvm.FreshPageModelResolver.ResolvePageModel(); var loginContainer = new FreshNavigationContainer(loginPage, NavigationContainerNames.AuthenticationContainer); var...

my curiosity just why would you need foddy? RaisePropertychanged("items"); works perfectly. It spares you one nuget package

there is no better way so far as I know. you should use bindingcontext defined in the code behind. it is just single line of code. it shouldnt be a...

that is seriously needs to be implemented this will help to work with Tizen also. Tizen implements a CirclePage which is inherited from ContentPage but since it uses different namespace...

Hi @rid00z would you mind sharing more information or if you posted somewhere else? thanks a lot

@robinmanuelthiel is your code not slow? are you doing this once when your application is loaded or everytime you navigate to a viewmodel?

he claims that it works for uwp and ios, i dont think that it is problem with his conventions unless he uses loginpage and loginpagemodel for only android. it is...

if you found a solution, you should close this ticket, otherwise give us more information. I am 100% sure that this is your coding mistake or you dont understand the...