A button next to an EditText
I have a Layout with an EditText that I can enter text into to search for a Location. Here is my code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout...
View ArticleWcf Service and Android Application
Hello. i have the problem with using wcf service. I use this link http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/walkthrough_working_with_WCF/ for the project. Wcf...
View ArticleLost Game1.cs because it became corrupted - any way to restore a previous...
Hello, I lost my Game1.cs file ... more or less my entire project since I'm new to all of this and not all that great with objective oriented programming. I accidently wrote a ¶ sign in the document,...
View ArticleGoing 3D...
Hi, I did re-implement my whole stack (product catalogs, commercial configuration, configurable impression images, 2D space planning, etc.) and am very happy - native performance but drastically...
View ArticleTabs for ViewPager
In Xamarin, I have a ViewPager with multiple Fragments. How can I implement some tabs with some text for each Fragment? Thanks in advance
View ArticleListView List posiiton is over the EditText
I have an EditText object, and a ListView that is populated with items when text is entered into the EditText object. Currently, when I type text into the EditText, the ListView is displayed, but is...
View Articleaxml file doesn't open in Visual Studio 2013
Hi, I am trying to build sample Android "HelloWord" application from Xamarin plugin for Visual Studio. When I double click on "Main.axml" file in visual studio it shows error as "Disconnected from...
View ArticleNoesis - vector- and XAML-based cross-platform GUI framework
Hi there! Noesis(link http://www.noesisengine.com/) is a GUI framework based on the same technique as Microsoft's WPF (Windows Presentation Foundation), but with cross-platform abilities and more...
View ArticleListView SectionIndex Example
http://docs.xamarin.com/guides/android/user_interface/working_with_listviews_and_adapters/part_2_-_populating_a_listview_with_data/ I've been over this all morning and I'm darned if I can see what the...
View ArticleSend/Receive messages using Bluetooth
I know there is a sample of a Bluetooth chat but I can't quite understand how it works, for me it's confusing since maybe I am new in using Bluetooth. Nevertheless, anyone who has an experience...
View ArticleGetViewForHeaderInSection
Hello, I'm trying to implement a custom view for a section, but can't figure out how to do so. In iOS, I would use viewForHeaderInSection, but it doesn't appear to be supported within Xamarin? I...
View ArticleError on Factory.FromAsync +...
I have the following code in PCL, string postData = JsonConvert.SerializeObject(deviceInfo); using (var requestStream = await Task<Stream>.Factory.FromAsync(request.BeginGetRequestStream,...
View ArticleERROR : ... android-support-v4.jar doesn't exist .
Hi, i want to build zxing.net.mobile-1.4.2 sample in xamarin studio but when i compile it, i get the following error: Error XA5207: Please install package: 'Android Support Library' available in SDK...
View ArticleExtend 30 Day Trial for MSDN Subscriber?
I didn't realise there was a 90 day trial available for MSDN subscribers when I started my trial last week. Will it be possible to extend my current trial by an additional 60 days as I'm an MSDN...
View Articlehow can run on emulator?
in my xamarin studio on my mac i don't have any emulator . in front of the debuge ,i have just 2 option: iosDevice and default . i can't select default ,and iosDevice make error !!!!! WHAT CAN I DO ?...
View ArticleHaving multiple projects open?
I'm having trouble finding the best technique to use here (developing on OSX) ... For example, if I have an iOS + Mac project, which also share a lot of code ... I would like to either have two...
View ArticleiOS Designer issue with Custom Table Cells?
Has anyone else had issues with the Alpha iOS Designer with regards to custom UITableViewCells (Style = Custom in the Table View Cell properties)? It lets you drag out Labels to the prototype but it...
View ArticleEASession OutputStream HasSpaceAvailable always false
This code had been working for about 6 months: EASession session = new EASession(accessory, "com.bluebamboo.p25i"); session.OutputStream.Delegate = this;...
View ArticleDeadlock in NUnit test
Hi, In attempting to resolve an async issue I'm having, I've discovered some strange behavior in the NUnit test runner: [Test] public async void async_test_1() { await SomeAsyncThing();...
View ArticleNeed help with issue regarding web services (potential bug?)
Using SlSvcUtil, I'm trying to consume this web service: https://www.vectren.com/webservices/cxf/contentService?wsdl Here is the SlSvcUtil command I'm using to generate the proxy: SlSvcUtil.exe...
View Article