How to reset Xamarin Studio layout on Mac
Go to ~/Library/Preferences/XamarinStudio[your_version]/ and delete the EditingLayout.xml file

tannertan36
🪼
untitled
official daine visual archive
Sweet Seals For You, Always
One Nice Bug Per Day
𓃗
KIROKAZE
TVSTRANGERTHINGS
PUT YOUR BEARD IN MY MOUTH
The Bowery Presents
let's talk about Bridgerton tea, my ask is open

Discoholic 🪩
occasionally subtle
taylor price
No title available

gracie abrams
No title available
trying on a metaphor

roma★

seen from Australia
seen from Canada

seen from United States
seen from United States

seen from Brazil

seen from Singapore

seen from United States

seen from Russia

seen from Malaysia

seen from Mexico

seen from Türkiye
seen from Türkiye

seen from Singapore
seen from Malaysia

seen from Colombia

seen from United States
seen from China
seen from United States

seen from Singapore

seen from Malaysia
@nicruo
How to reset Xamarin Studio layout on Mac
Go to ~/Library/Preferences/XamarinStudio[your_version]/ and delete the EditingLayout.xml file
How to create appxupload from command line ready to store publish
After some hours of research I've found how, and it's really easy:
First run the Visual Studio Command Prompt
Then go to your project folder
msbuild /t:Publish /p:Configuration=Release;Platform=AnyCPU
Bam! It will generate the AppPackages folder and the .appxupload file.
Xamarin vs The World
Just dumping some articles comparing various cross platform solutions. * - “Meh...” ** - “Good points” * - “Now we are talking!”
http://blah.winsmarts.com/2014-2-HTML5_vs_PhoneGap_vs__Xamarin_vs_Native.aspx *
http://stackoverflow.com/questions/17249500/xamarin-2-0-vs-appcelerator-titanium-vs-phonegap **
http://ego-cms.com/blog/xamarin-vs-phonegap/ ***
http://www.justinshield.com/2014/05/cross-platform-mobile-development-phonegap-vs-xamarin/ ***
http://www.cygnet-infotech.com/blog/phonegap-or-titanium-or-xamarin-which-cross-platform-should-you-choose *
http://pt.slideshare.net/goldshtn/native-mobile-apps-xamarin-and-phonegap **
http://www.codenutz.com/ultimate-cross-platform-mobile-development-guide-part-1/ ***
http://www.codenutz.com/ultimate-cross-platform-mobile-development-guide-part-2/ ***
Realtime-Framework-Unity-Demo - Multi-player tanks vs tanks demo built with Realtime Framework on Unity
First GitHub repository. For a Unity Demo of the Realtime Framework (http://framework.realtime.co). Check it out guys!
I've being sleeping for the last couple of years. So easy to make responsive front-ends. Check it out!
After 2 and an half years of C#, ASP.NET MVC, here I come!
Need to sleep now, but tomorrow will continue :)
Looking forward!
Error while importing package: Couldn't decompress package
If your path to the package file, has special characters, change the path :)
25 posts!
Here is mono the monkey. Thanks Xamarin for the gift.
contentSizeForViewInPopover ios 8
On iOS 8 your popover size (width or height) is messed up or different from the iOS 7 version? Stop using contentSizeForViewInPopover and use preferredContentSize instead.
NSUrl and Uri
Does your url have accent marks (diacritics) and you use NSUrl()? Don't! Use Uri() instead. You're welcome :)
Simple share on Xamarin iOS
var textToShare = new NSString("Share this!"); var activityItems = new NSObject[] {textToShare}; var excludedActivityTypes = new NSString[] { new NSString("UIActivityTypePostToWeibo"), new NSString("UIActivityTypeMessage") }; var activityViewController = new UIActivityViewController(activityItems, null); this.PresentViewController(activityViewController, true, null)
If you are working with Xamarin, Windows 8 and Windows Phone 8.1 PCL's. Must read!
TIL that xamarin.forms with xaml must be in a PCL, not a Shared Project.
Doing some php. Sleepy...