Carousel Page PagesChanged Event
Are there any events that fire when a CarouselPage is swiped (ie, the CurrentPage changes)? I have a situation where a binding doesn't quite work, and would like to perform an operation when the page...
View ArticleHow to refresh info window on iOS Google Maps
I've having problems refreshing my info Window on iOS google maps, I always see the information of the previous marker. I'm using a renderer where I do all the changes I need. I'm using Google Maps...
View ArticleCapture event on controls inside InfoWindow on GoogleMaps iOS
Greetings, I've lost more than a day arround this already. I made a renderer that uses google maps on iphone so I can build a custom info window. I have a button inside a info window but I can't...
View ArticleCan't debug android
Hi, I have a Xamarin.Forms app. I am using Visual Studio 2015. The debugger in android fail 90% of times. If I hit debug button, it compiles and deploy but the app does not launch in the device. Is...
View ArticleWaveRecorder alongside Text to Speech
Using Xamarin.Forms with Xamarin-Forms-Labs. Is it possible to use the Text To Speech with the WaveRecorder recording the output at the same time? It works no problem on a iOS simulator, but testing it...
View ArticleAndroid Exception in Xamarin Shared App
I am getting the following error and am unable to figure out why... 1-02 00:55:16.255 4218 4218 I MonoDroid: UNHANDLED EXCEPTION: 11-02 00:55:16.258 4218 4218 I MonoDroid:...
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View ArticleHow can I set InputTransparent for a view and all of its children?
I notice that it doesn't work like this already on Android, and it makes it really hard to disable a view. I tried using IsEnabled, but it didn't have any effect. I really need this functionality.
View ArticleListView delete item and refresh, similar to notifyDataSetChanged() in Android?
Hi, How to refresh ListView after removing some items from it? I am having below code. _noteViewModelList.RemoveAt(id); _listView.ItemsSource = _noteViewModelList; In above code, i am removing item...
View ArticleGetting compile error on ContentResolver.Insert() for creating event on...
I am now trying to create an event for Android platform. I am using Xamarin Forms but writing platform specific code for creating event on Android. I went through the docs...
View Articlesqlite for app
Hi friends i'm working on an app which is like an E-commerce app in xamarin .forms. At currently i'm not implemented sqlite in my app for listing data but some of my friends told me about the important...
View ArticleListView with optional Header/Footer
I'm trying to show a header (or footer - not a group header!) in a ListView, but only if it is necessary. A simple example would be a message with a 'dismiss' button next to it which hides the message....
View ArticleCreate a Shadow on Android View
How to i set Shadow around the Boxview in Android Custom Renderer?
View ArticleMap - XForms - center on my position
Hi, I've came accross almost all I got to implement in my app. Except that : when the map is shown, I have to center the view on my position. Not a pin or anything else. I have to reproduce what...
View ArticleListView Grouped Style on iOS
I'm wondering if anyone has found a simple way to set the rendered UITableView on iOS to UITableViewStyle.Grouped when using a ListView from Xamarin Forms. It's easy enough to do with TableView as I...
View ArticleFormatted Label with Xamarin.Forms
Can someone please show me how to use Xamarin.Forms.Label.FormattedText correctly? I'm using Xamarin.Forms to write a Carousel based app, when I try Label IntroductionTextLabel = new Label();...
View ArticleXamarin Stop when i add layout ?it's hang not exit
please help me when i adding layout to project in Xamarin-android- it's stop suddenly-hang why ?????????
View ArticleWCF Services and Windows Account
Hi everyone, I've got a Web Service which requires authentification to be consumed. I'm using Xamarin.Forms and PCL. I've done multiple time a WCF test without security it works well, but i can't find...
View ArticleProblem with setting LayoutParams to LinearLayout
I am creating a custom Dialog which includes a LinearLayout and a text and button in it. I set the Orientation to the layout to Vertical. So far so good but the problem starts when I try to apply some...
View Article