How to distinguish page dissapearing/appearing ?
I need to implement an Action when page is navigated away and appears on the Screen. But i want to exclude when User Screen locks unlocks or switchs to other app as these Methods are called as well.
View ArticleCardView layout
Trying to display a layout similar to android's CardView in xamarin.forms, i tried using this : https://github.com/cesartomatis/Xamarin-Forms-CardView but it didn't work! any other way I can achieve...
View ArticleHow to create chat-like footer layout in Xamarin Forms?
I'm using Xamarin Forms to create a chat-like app for Abdroid and UWP. I want to create a footer layout that looks something like this (Meaning 2 buttons and an Editor in horizontal orientation). I...
View ArticleNavigationBar Background Image Renderer Android
Hi Guys, I have been working on Xamarin Forms and I wanted to set an image as background image into navigation bar but I couldn't I have tried a lot but no luck at that time. Then something hit in my...
View ArticleHow to show 3D image ?
Hi All, i have a requirement where i have to show 3d image in my app, is anyone have any idea how to implement in Xamarin forms
View ArticleIs it possible to have nested master details pages in Xamarin forms
I am trying to adjust details page to look as another master details page for tablet version...Please advice
View ArticleOAuth2 Implemenation with Restsharp.Portable
Hello I'm doing an application for android, iOS and Windows Phone. I need to implement login with most common social for all platforms and I have found on web Restsharp.Portable. I'm having trouble to...
View Article2 Line Label with Tail Truncation
I'm converting a MonoTouch.Dialog app to Xamarin.Forms. I have a Cell in a ListView and that has a "Detail" line that should be 2 lines long, and should truncate the tail after that. var lblDetail =...
View ArticleSystem.DivideByZeroException: Attempted to divide by zero with...
I have implemented slider using Xamarin.Forms.Carouselview 2.3.0-pre2. It was working fine before but suddenly stops working in android only and throw exception of System.DivideByZeroException:...
View ArticleAccess to a mainActivity function
Hello, How to access to a MainActivity function from an Interface which is outside MainActivity.cs ? Thx cjacquel
View ArticleBest way to bind onto two lists?
Hello, everyone! I'm a newbie with Xamarin, and I'm having some troubles to understand the binding syntax. The thing is that I'm writing an app and in some part of it I need to retreive a List of...
View ArticleImage source not updating in listview after property updated in...
I'm databinding an observablecollection to a listview, and inside a viewcell I have an image, binding the source to a property of the collection items using a converter. Source="{Binding Status,...
View ArticleDynamic Tabbed View
Hi everyone i'm new to xamarin i need to create tabbed page but tabs should be dynamic Tabbed Page ItemsSource ? if not how should i do? any sample code or tutorial link thank in advance
View ArticleFirebase Cloud Messaging (FCM) for Xamarin Forms ???
Recently google has introduced the updated or new version of GCM (Google Cloud Messaging) as FCM (Firebase Cloud Messaging), so my Question is do we have any component or sample to use it in xamarin...
View ArticleApp gone after stopping debugging
When i build and run my app on my android device with debugging enabled it runs perfectly and after stopping the debugging I can't find my app in my mobile device Can anyone helpme with this issue?
View ArticleIs it possible to open Xamarin App from an external app
Hi, We want to allow to open our application from diffrent applications, Is it possible? Thanks, Shahar.
View ArticleDynamic Tabbed pages
Hi , I want to implement dynamic tabbed pages in xamarin Forms. I am fetching category list from API and want to generate dynamic tabbed pages for each category. I don't know the number of category...
View ArticleApp size too big
Hi, Im creating and PCL app. Right now Im only testing it on iOS. I have noticed that my app is too big. Its about 100MB. Im using these nugget packages: Acr.UserDialogs CarouselView FlowListView...
View ArticleNavigate from Activity to Forms Page
I create specific activity to preview Pdf view , I have this part but when I call Finish(); the previous page re-load again any one could explain why this happen
View Article