Andrei's blog
sharing coding bits
Wednesday, November 13, 2013
ActionBarSherlock + Xamarin + MVVMCross
›
Short history of ActionBar in Android and Xamarin 1. ActionBar was first added in Android 3.0 (API Level 11). 2. ActionBarSherlock is...
2 comments:
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...
‹
›
Home
View web version