Andrei's blog
sharing coding bits
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:
Thursday, March 27, 2014
Sharing library project across solutions and NuGet
›
UPDATE : Latest NuGet doesn't rely on 'Enable NuGet Package Restore’ feature: http://docs.nuget.org/docs/reference/package-restor...
Friday, March 14, 2014
Install GooglePlay in emulator
›
I am using the info from http://stackoverflow.com/questions/11154222/google-play-on-android-4-0-emulator#answer-11213598 1. Go to http:/...
Saturday, January 25, 2014
Type-safe ViewModel to ViewModel navigation in MvvmCross
›
In MvvmCross you can navigate between view-model's as described in the Wiki: https://github.com/MvvmCross/MvvmCross/wiki/ViewModel--to...
‹
›
Home
View web version