adding row
as you can see in the photo, i have a row, add row button and save button. is there a way where i can add rows? the row above is made of separate edit texts that i put in a table layout. i was thinking...
View ArticleTabBarItem Image is overlapping the tab bar top separator
I am attempting to setup my TabBarController programmatically and am running into an offset issue with my custom TabBarItem images. The images I am using are PDF's which are added as vector image...
View ArticleIs there a problem with the download server?
I downloaded Xamarin Studio /Mac and tried to install it 4 separate times and each time it gives a failure message saying I need to download the separate components individually. I've tried to download...
View ArticleHow to resize date picker diaog and popup menu automatically in mobile phones...
My date picker dialog and popup menu is showing very small in android tablets
View ArticleAndroid Keychain
Hi all, I have an issue now with keychain in android as well as IOS. I have password vault up and running well in WP81. I can see that the package Android.Security has a calls called KeyChain and this...
View ArticleCan't find Google Places API for iOS (for Xamarin)
I just implemented code on the Android side that uses the Google Places API. But I can't seem to get it working for iOS. On Android, the Places API is accessed via Xamarin.GooglePlayServices.Location....
View ArticleWhy does Layout.IsClippedToBounds affect sibling (not just children)?
I've got this: <Grid> <MyCustomShadowControl /> <StackLayout IsClippedToBounds="true"> <!-- some child controls here --> </StackLayout> </Grid> The Grid is...
View ArticleXamarin iOs Build failed : Storyboards
It has been a month that I can't build my Xamarin iOs project. This seemed to have started after I updated to the new Xcode for the free provisioning. Since then, I tried finding a solution to this...
View ArticleReally stuck with a keychain issues in IOS
Hi all, I have a project that needs to store passwords in the key chain. its a forms project so I have an IOS class that does the work for keychain. I am using this code var queryRecord = new...
View ArticleXamarin.iOS 9.3 preview #2 for tvOS 9.0 and watchOS 2.0
Xamarin.iOS 9.3.1 is our 2nd preview with support for tvOS 9.0 and watchOS 2.0. Those previews are very early, unsupported builds to allow developers to test the new features and platforms recently...
View ArticleHow can I see Storyboard in designer in Xamarin Studio for ios?
Hi, Whole day I have been trying to see Storyboard in Xamarin studio on Mac. OS X 10.10.5 Xcode 7 Xamarin studio 5.9.7 I created standard project for Page-Based App and when I tried to see Storyboard...
View Articleusing included Symbol Icons for AppBar with winrt
How do I make use of the symbol icons included with WINRT? So usually in winrt I just do this <Page.BottomAppBar> <CommandBar> <CommandBar.PrimaryCommands> <AppBarButton...
View ArticleHow do I fix referrence assambly .NETframework version 4.5 not found??
As title says the message continues; to resolve this download SDK's or install the targetting pack for this version or retarget your application to a version of the framework for which you have the SDK...
View ArticleProblem to build sample project!
Hi i downloaded a calendar view sample project from this link, but when i compile a test project, i'm facing this error : System.IO.PathTooLongException: The specified path, file name, or both are too...
View ArticleOklahoma City Xamarin user group?
I live in Oklahoma City and would to connect to other users of Xamarin in OKC. and perhaps start a user group or join an existing one
View ArticleHow do I enable intellisense for android properties? (.axml)
I spend some hours trying to find the solution, yet I could still not find one while seeing posts going back to 2013. I have read and completed the guide to enable intellisense for android .axml files...
View ArticleStart debugging not enabled (grayed out)
Hi everyone. I've upgraded the Xamarin Studio and Xamarin.iOS because I've not used them for months. After that I have these version: Xamarin Studio Version 5.9.5 (build 10) Xamarin.iOS Version:...
View ArticleExpander
Is there a way to put and expander inside a ContentPage? I have a MasterDetailPage app and i would like to have sort of an expander; like the one used by gmail app where you specify multiple gmail...
View ArticleWebView and ListView in one page.
Hi there, I've been struggling with this for a while now, but for some reason I can't seem to find the solution. So please help me out! I'm trying to build a BlogPage which consists out of 4 parts; 1....
View ArticleHow do I send options to the android contacts app?
I'm trying to start the basic android Contacts app via an intent in my Xamarin.Forms project. I am able to start the Contacts App in a dependency service but I don't know how to create a bundle to send...
View Article