Andrei's blog
sharing coding bits
Friday, October 03, 2014
Configure app which requires admin rights to run at startup with task scheduler
›
App which requires elevated admin rights can’t just be set to run at startup by adding it to the registry key ( HKLM\Software\Microsoft\W...
Tuesday, September 02, 2014
Duplicate folders issue with MvvmCross by NuGet
›
EDIT: Issue is fixed in MVVMCROSS v3.2.1 ! With the current NuGet version of MvvmCross, when adding it to the project you get duplicate ...
Tuesday, August 05, 2014
Auto binding of outlets in Xamarin iOS and MvvmCross
›
If you are like me and you don’t like doing the bindings in code, you start thinking about solutions. So I’m experimenting with the idea...
Tuesday, July 29, 2014
Xamarin HttpClient NameResolutionFailure exception
›
If you look on internet there are plenty of people reporting this error. Xamarin is somehow aware of this error, and it marked it as fix...
2 comments:
Android–deployment error - INSTALL_FAILED_UPDATE_INCOMPATIBLE
›
When trying to deploy on device I got this error: Deployment failed because of an internal error: Failure [INSTALL_FAILED_UPDATE_INCOMP...
Monday, May 26, 2014
Publish empty folders
›
If you need to include an empty folder when deploying using MSDeploy (either manually from Visual Studio or calling msdeploy from scripts...
Monday, April 07, 2014
A busy MvxViewController for MvvmCross + iOS
›
In my MVVMCross apps, in the shared PCL core library, I usually have a MvxViewModel derived class called ViewModelBase with a IsBusy propert...
1 comment:
‹
›
Home
View web version