Sqlite Delete multiple rows
Hi I need help, I have a List of Ids . I need to delete multiple rows from my table using List of Ids in where clause. My query is Like this delete from mytable where mytable.Id in (list.GroupBy(x=>...
View Articleuitabbarcontroller-not-working-properly-in-xamarin-ios-m
i have created uitabbarcontroller which is not properly working,my issue is if i click second tab bar the corresponding view is not visible only the first view is visible for all actions.i couldn't...
View ArticleFeb 25:Hero Shima Valentine Special 2014
Date: Saturday, 25th Feb 2014 Place: Hiroshima Japan. .NET Community Event. Xamarin, Windows Azure, Dynamic CRM Hyper-V etc... Welcome to Japan!! http://heroshima.jp/EventInfo/Valentine2014
View ArticlePackaging Compilation Problems
I've been trying to get Google Maps up and running, so I installed a bunch of stuff to do that by following these walkthroughs:...
View ArticleError on VideoRecorder sample
I'm testing around the video recorder sample from xamarin knowledge base: http://docs.xamarin.com/recipes/android/media/video/record_video the variable Path = /mnt/sdcard/test.mp4 Debugger:...
View Article"System.ServiceModel requires Business edition", but System.ServiceModel is...
Hi. I have a solution consisting of a portable class library (.NET4.5 + WP8 + Windows store apps), Profile78 an Android application that references the portable library. Neither project references...
View ArticleAndroid location
I am new at programming mobile applications and I am trying to make a simple app for locations I want the user to press a button and the GPS coordinates stored in a string. eventually I need to...
View ArticleLoading pre-loaded Sqlite database using Resource.OpenRawResource
Hello, I am trying to load and access a pre-loaded SQLite database and tried using logic to retrieve from the resources\raw folder. I'm using the Xamarin IDE and have looked at the examples within...
View ArticleIs just me or do you have to restart Xamarin Studio many times a day?
I mean, All the time! If something is not working, solution: restart Xamarin Studio. And it starts to work again. It annoys me so much!
View ArticleDesigner crash when opening xml file
Hi there, I've tested this with multiple projects and it even happens with the HelloWorld sample. When I open a layout resource file with the layout editor, Xamarin Studio crashes with the following...
View ArticleUsing HttpClient
I'd like to use a HttpClient in a shared C# class. I've seen the HttpClient in a few Xamarin examples like this one: http://docs.xamarin.com/guides/cross-platform/advanced/async_support_overview But...
View ArticleMarch 4: Ogden, UT - Mobile .NET Developers Group - First Meeting
We will have our first meeting for the mobile development community in Northern Utah. Topic: Intro to Xamarin / Meetup Link: http://www.meetup.com/OgdenMobileDevelopers/events/164919772/ I hope to see...
View ArticleDisplay Text in RootElement
Hi there, I have a RootElement inside a Section that contains 2 child elements (EntryElement and RadioGroup). I use it for Termperature Values, basically the user can set the value and the unit (C or...
View ArticleMonetization with Airpush
Hi Xamarin Forums, My name is Nick and I am part of the publisher solutions team at Airpush. We are one of the largest Android only mobile ad networks. We just released a new free Xamarin platform...
View ArticleExtra space after Nav Bar in iOS6
The application I'm developing, my first, has a large space after the navigation bar in iOS6, but not iOS7. I was able to shorten this space to about 20 pixels by setting NavigationBar.Translucent =...
View ArticleException during Add Reference
I am unsure if this is the correct forum or if I should use the "Xamarin Studio" forum. I downloaded the Shinobi Gauges control from the Component store and attempted to add reference to the DLL in...
View ArticleProblem deploying to devices after Xamarin Upgrades? Solution found.
The upgrade to new versions of Xamarin Studio worked great coming down. But immediately afterwards, deploying to my android devices stopped working. The common error was "Deployment Cancelled. Internal...
View ArticleHow to set Shadow to NSWindow?
I worked with NSWindow and i have one problems. I have two windows (ares NSWindows type). From window1, I call NSApplication.SharedApplication.RunModalForWindow(window2); to show window2 (NSWindow) But...
View ArticleBox2d Testbed
Does anyone have a Box2d testbed for ios with Xamarin out there? I'm struggling to get the debug output working in my current project. If anyone has already overcome this and doesn't mind sharing I...
View ArticleHow I can re-start current app by code?
I used Xamarin 4.2.2 build 2 for create one MAC app. In AppDelegate class, I want stop current app and re-start it again by code. I try with this code: Process.Start(new ProcessStartInfo ( "open",...
View Article