Andrei's blog
sharing coding bits
Monday, June 17, 2013
Svc handling in IIS
›
I bump into this issue every-time I am running on a new machine. When trying to access WCF services, they do not work. That's because I...
Thursday, June 06, 2013
More dynamic Android Fragments with MVVM and MVVMCross
›
Scenario: I need to create and load fragments dynamically (by code). Example: I have a hierarchical data with categories and items, a ca...
8 comments:
Monday, June 03, 2013
make Android device available in Windows and copy the .apk to the device
›
First, I wasn't able to see the Android device available in Xamarin nor in Windows's USB-connected devices tray icon. The solutio...
Issues when deploying a release version of a Xamarin app made with MVVMCross on a device (Android)
›
First, you can send to someone the .apk file representing the app and he can install it on the device. There are few deployment options: ...
1 comment:
MvvmCross Android app with dynamic fragments
›
It’s not much different than implementing the app with Java, except using the MvvmCross MvxXXXX classes. Let’s do a simple exercise: have a...
Friday, May 24, 2013
ActionBarSherlock in Xamarin Android targeting Android 2.1
›
ActionBarSherlock is a library which is an extension of the ActionBar in Android. ActionBar appeared in Android 4. Besides being an extensi...
Wednesday, May 22, 2013
First app with Xamarin Android and MVVMCross – gotchas
›
1. After installing Xamarin, create a new ‘Visual C# / Android / Android Application’ using Visual Studio, say ‘DemoApp.Android’ but have th...
‹
›
Home
View web version