Git pull – tiny guide on how to use git pull command professionally
A bite-sized guide on how to use git pull command efficiently

Uploading iOS DSYM files to AppCenter – oneliner
Tip: how to upload iOS symbol files from command line without logging into AppCenter. 3 easy steps Step 1. Install AppCenter command line: npm i -g appcenter-cli Step 2. Setup API token in AppCenter: AppCenter.ms -> Settings -> Api Tokens…
How to use AppInsights with ASP.NET Core 2.0
With all excitement and new release cadence of .NET Core, there are a lot of moving parts you need to be aware when adding AppInsights. We will guide you through possible challenges when using AppInsights with ASP.NET Core MVC 2.0…

Location of Xamarin iOS and Android targets files on Mac
Not that you would need this information every day, but when you need it you will have hard time finding it. So let’s keep it at hand. Locations of the files are below

Continuos integration for Universal Windows Apps
Hello! We at DreamTeam extremely value continuous integration and other automation tools that allow you focus more on the sole business of the application rather than spending time on trivial things. This is why one of the first things configured…

UWP: resize image, convert to jpeg, change jpeg quality
Hi everyone! Working with images in UWP is very similar to what it was in WinRT API, however, there are some gotchas we would like to share. Creating a thumbnail from StorageFile First, here is our version of creating a…

gMaps 3.2 update for Windows Phone
Hello, gMaps users and Windows Phone fans! Probably, over last year you noticed we did not update app quite often. That is gone and we’re back with frequent updates for gMaps. Recently, we released gMaps 3.2 for Windows Phone, so…
Ошибка установки приложения на Android код 491
Если вы или ваши пользователи столкнулись с такой ошибкой при установке или обновлении приложения, есть простое решение (со стороны пользователя).

How to: Xamarin.iOS, generate link map during build
In order to generate link map in Xamarin Studio for your Xamarin iOS application, please specify following string as mtouch arguments in Xamarin.iOS project, section “iOS Build”: -gcc_flags “-Wl,-map,${TargetDir}/link.map” When the link map might be useful? For example, your…

Tutorial – Android Float Label binding for Xamarin.Android
We all enjoy animated, seamless and, in some way, intriguing experience in mobile apps. One of the patterns we recommend to follow is a UX pattern called “Float Label pattern”. If you want to use it in your iOS application,…
Recent Comments