Andrei's blog
sharing coding bits
Sunday, September 22, 2013
Xamarin MVVMCross PCL Visual Studio issues
›
Introduction to MVVMCross setup MVVMCross framework is suitable for Xamarin applications with the following structure: - a platform-in...
4 comments:
Wednesday, September 18, 2013
A first implementation of alert dialog support in Xamarin + MVVMCross
›
Update: You can use this MvvmCross plugin: https://github.com/brianchance/MvvmCross-UserInteraction At this moment however, ...
10 comments:
Localization in Xamarin + MVVMCross
›
Here is how I implement localization in my Xamarin MVVMCross (what a great pair!) app: #1. In the Core PCL project, create resource (proj...
11 comments:
Thursday, September 12, 2013
WebBrowser control compatibility
›
in WPF\WinForms app, the WebBrowser control runs in a compatibility mode this means it will run in an earlier version than then the current...
identify iPod model
›
Look on the back of the iPod and read the number "Model No. AXXXX" Mine says A1367. Then google the model number.
Tuesday, September 10, 2013
Publish Android application to Google Play using Eclipse
›
#1. In Eclipse, go to File \ Export \ Android \ Export Android Application #2. Go to https://market.android.com/publish/ Upload a n...
Thursday, September 05, 2013
Copy Paste stopped working
›
If Copy / Paste stops working it might because of a running Virtual PC / Remote desktop. Close the Virtual PC / Remote desktop and it will...
‹
›
Home
View web version