MasterDetailedPage, NavigationPage and TabbedPage combined
I am developing a news app that has the following requirements: The app must have a MasterDetailedPage that contains the list of categories for news: All, Economy, Sport etc. The homepage "ALL", must...
View ArticleAdding new PCL into Xamarin.Forms project
I've created Xamarin.Forms project. Four projects: PCL + iOS, WP and Android: - TestApp.Mobile - TestApp.Mobile.iOS - TestApp.Mobile.WinPhone - TestApp.Mobile.Droid I want to keep my viewmodels in...
View ArticleViewCell Collapsible/Hidden?
This is similar to https://forums.xamarin.com/discussion/43089/is-it-possible-to-remove-a-bound-label-if-it-is-empty but different enough I thought I should ask a separate question. I have a TableView...
View ArticleHaving trouble updating a 3rd party component for XF 2.0
Does anyone have a working copy of the signature pad for XF 2.0? I have contacted the author, tried to compile it myself, but no luck so far.
View ArticleGoogle Maps on iOS when using Xamarin Forms?
Hello, I am wondering if Xamarin Forms Map can use google maps rather than apple maps on iOS? Thanks for your help in advance!
View ArticleContext Actions - How can you get the object for the row where the context...
I have been searching around and found a few examples of using Context Actions however none of the ones I found interact with the underlying ViewCell's bound object. Basically, when I swipe (using iOS)...
View ArticleHow to stop Tabs from 'suddenly appearing' after the screen is displayed?
I've just started using the TabbedPage and I've encountered an issue. The first time I go to the screen the content of the first tab is shown with the no tab bar and then a moment later (less than a...
View ArticleApp crashes after user picking 2, 3 images from SD card on Android
I've a demo app in which I'm using Xamarin.Mobile to allow user to pick image. I copy image picked by user in App's local folder & return copied image's path. This path is used to display image in...
View ArticleXF Android : Could not load assembly Microsoft.Windows.Design.Extensibility
Hello , I have update Xamarin.Forms to 2.0.0.6490, But get this exception when compile: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleAndroid SearchBar with height less than 65 text cut off
I have found an issue in the Android SearchBar, if the height is less than 65 it doesn't center the text vertically and depending on how small you make the SearchBar height it will cut off the top of...
View Article[Xamarin.IOS] [Xamarin.Forms] Soft Keyboard hides Entry at bottom of page.
[Xamarin.Forms] [Xamarin.IOS] I have a chat page which has a listview of messages and a horizontal stack at bottom (which contains an entry for new message and a send button). My problem is that in...
View ArticleForms with Tab page - Runtime change Tab page content
Hi, I am using Xamarin.Form 2.0.0.6490 version. I have designed one page with tabs. In one of tab I have added several links in content. After clicking on link, I have to show another content under...
View ArticleListview content not get refresh
I am using Xamarin.Forms 2.0.0.6490. I have listview with Custom cell. Each Cell contain one button. On button click i want to refresh Listview content or remove some cells from listview. I have assign...
View ArticleCan I disable all the control when it popups
Dear All, I am using XLabs-PopUp and studying that the user is unable to select another control on the page, if the PopUp is showed. Unfortunately IsEnabled = false; does not work Is there any method...
View ArticlePicker in visual studio Emulator looks different.How to change look?
Picker in visual studio Emulator looks different.How to change look?
View ArticleTextChanged event of Entry control is not working properly.
Hi all, I have an Entry control. As I enter any number into it, the TextChanged event get called and the no. which I have entered in the entry, comes into NewTextValue. Suppose I enter "1" in the...
View ArticleGrial UI Kit for Xamarin Forms (Xaml Layouts)
Hey everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit, Grial. Grial is collection of fully customizable, themeable screen layouts crafted in XAML You can use it as a...
View ArticleVisual Studio 2015 - Impossible to debug my Xamarin.Forms Android app
Hello, When I start my app and push on a button for instance, I get these messages & my app crashs. 1. It works fine without debugging mode 2. It works fine with Xamarin Studio on Mac OS It is...
View ArticleProblems addressing a webservice
Guys, I have the following code: public async Task GetToken(string username, string password) { using (var client = new HttpClient()) { client.BaseAddress = new Uri(this.servername);...
View ArticleCan I use Triggers from code?
Is there a way how I can use triggers from the code? I can't seem to find any examples. Basically I have some behaviors for my entries, and I want to trigger the Login Button's "IsVisible" property...
View Article