Andrei's blog
sharing coding bits
Tuesday, May 26, 2015
CallDataMethod trigger in Xamarin Forms
›
Here’s a very simple implementation of a CallDataMethod trigger in Xamarin Forms: public class CallDataMethod: TriggerAction < V...
Wednesday, May 20, 2015
Manually install Xamarin Studio addins
›
Just copy the .dll file to (note the Xamarin Studio version, it might be different today): on Windows : %LocalAppData%\XamarinStudio-5.0\...
Monday, May 18, 2015
Add ImageFailed and ImageOpened to the Xamarin Forms Image control
›
Currently the Image control in Xamarin Forms does not have an event to handle when image could or couldn't open. I created a way to do ...
Wednesday, May 06, 2015
Cross platform splash screen in Xamarin Forms
›
EDIT: I do not recommend this approach. Instead, use native approach to create splash screen because it shows much faster. If the splash...
1 comment:
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...
‹
›
Home
View web version