App Running on Sim, Crash at Launch on Device
Hi Everyone, I am having a problem I've been trying to debug for a few days now with no luck. I am unable to deploy ANY app to a physical device. I have tried it with all of the Xamarin example apps...
View Articlescrolling web view
how ca i have both vertical and horizontal scrolling for a WebView in xamarin.android?
View ArticleVoice Recognition without the popup
I'm trying to imply the voice recognition intent but I don't want that popup. how can I do that? I tried this but it doesn't seem to work nor the onresult void fired :( ` public class Activity2 :...
View ArticleTrying to read a plist file into a list
I have a plist file which contains several array properties with each array containing 3 - 5 values. I'm attempting to read the plist file into a List. The class Questions contains 2 properties: a...
View ArticleXamarin, others ... future
Hi, I hope that on this forum I will get enough information about Xamarin. I intend to make some interesting applications that I would like to use on multiple platforms. Therefore I started to read...
View ArticleHow we can create Swipey Tabs In Xamarin
Hi first sorry about my bad english second , iam trying to make Swipey Tabs in xamarin i search too meany times , but i didnt undestand anything ! Please help me step by step to create Swipey Tab i...
View Article'Android.App.Fragment' claims it is defined assembly...but it could not be...
'Android.App.Fragment' claims it is defined assembly Mono.Android, Version=0.0.0.0...but it could not be found. All I added was this one line var mapFragment = new MapFragment (); The references are...
View ArticleMonodroid.WebClient.DownloadString() doesn't display Cyrillic symbols
I've a trouble with utf-8 encoding in xamarin android.it doesn't display Cyrillic symbols. WebClient wc = new WebClient (); wc.Encoding = System.Text.Encoding.Utf8;...
View ArticleNeed some help with table views...
My first question is in regards to customizing headers in a table view. The problem I'm having is that when I declare GetViewForHeader, it's overwriting the header names (or erasing them) I'm...
View ArticleText Alignment with SpannableString
Referencing this post I've tried to use a SpannableString to align items within a TextView: var rightLeft = "right left"; var spanString = new SpannableString(rightLeft); spanString.SetSpan(new...
View ArticleLicence Issues
I have registered for STARTER plan which is free. and also using Xamarin Studio which is covered under licence. but in account details it is showing Trail - 19 days remaining. Please help ...
View ArticleHow we can create Swipey Tabs In Xamarin
Hi first sorry about my bad english second , iam trying to make Swipey Tabs in xamarin i search too meany times , but i didnt undestand anything ! Please help me step by step to create Swipey Tab i...
View ArticleThe use of SQLite component. Problem on viewing saved items on the screen
I created my first ToDo app by adding SQLite component but having problems about viewing saved tasks on the screen. I am not sure about creating database file correctly. Here I attached my cs files. I...
View ArticleXamarin.Mac manual activation: Cannot find directory.
My Mac (10.9) does not have a "~/Library/Xamarin.Mac" directory to put the license file I downloaded from the manual activation page. How does one activate Xamarin.Mac on Mavericks? Thanks, Shane.
View ArticleTablet displays master/detail flow but phone does not.
Hi. I created an application which displays a master/detail flow. I followed the "Fragment Walkthrough" of Xamarin. When i deploy my app on my tablet everything works just fine but when i test it on my...
View ArticleFailed to install xamarin.android
After every required component gets downloaded, I get this error (screenshot attached). Log file is also attached.
View ArticleHow do I keep double quotes from JSON data from appearing in list items?
I am retrieving this JSON data from my database... {"products":[{"pid":"6","name":"Cheese","price":"$2.75","description":"Sharp Cheddar","created_at":"2013-08-21 11:38:37","updated_at":"2013-08-21...
View ArticleInvalid or corrupt license
Hi, I'm just trying to create a new android application and I'm getting this error: "Invalid or corrupt license". I just bought the indie version but I don't know why i'm not being able to create a new...
View ArticleUnable to resolve FSharpTargetsPath on machines with VS2013
I have a solution with an F# portable class library. The solution builds fine using Visual Studio 2013 (I don't have earlier VS versions, that the only one on that machine). When I try to build the...
View Article