Using Android.support.V4.App.FragmentActivity in places of Android.App.Activity
Hi, I try to build a PCL application using (for Android) Android.support.V4.App.FragmentActivity in places of Android.App.Activity as start activity. Is it possible? If possible, what about the...
View ArticleData Binding and INotifyPropertyChanged
I'm currently making an app using Xamarin Forms. This app will first call a REST service to retrieve the data and display them then store those data into a SQLite Database. I have an update button...
View Articlenot destroy when exit application xamarin
I need you to get out of my application continue to run it , someone knows how to do it in Xamarin forms ?
View ArticleDisplayAlert() Null Exception
This code used to work before the update... DisplayAlert("Missing Credentials", "Configure your user account settings in the Preferences menu option.", "Ok", string.Empty); Creates this error in the...
View ArticleGrid - column headers?
Is it possible to add a column header to a grid within a listview? Or, should I look at using a tableview instead?
View ArticleNavigationPage.SetTitleIcon
What might cause an icon not to display? If I create a blank Xamarin Forms app and use the example from the documentation I can get an icon to display but in three other active projects with lots of...
View ArticleCould not locate the IOs 9 SDK usr path at ... and Error Executing task...
I'm getting some errors when trying to build my IOs app on a MacBook using Xamarin Studio. Both errors are indicating an issue with the Xamarin.IOs.Common.Targets file. I recently installed Xamarin.iOS...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleUnable to get parent in ListView HeaderTemplate
Hello, I have a ListView and a Header with HeaderTemplate. The HeaderTemplate is in an extra .xaml file, so that I can reuse it. <ListView.HeaderTemplate> <DataTemplate>...
View ArticleSystem.XML on XAMARIN forms project
Hi, I am trying to use XmlDocument class ** and **XmlDocument .Load(..) function on the Portable Project of XAMARIN.Forms Portable solution with visual studio community. The compiler says that "The...
View ArticleFeedback on FreshMvvm
Hi All Fingers crossed I'm not digging a hole for myself here. I'd love for anyone if they had time could take a look at my Mvvm Framework for Xamarin.Forms and tell me their experiences. Personally...
View ArticleI am unable to add video controls to the Android video player
I am unable to add video controls (i.e. play, stop, fast-forward) to the video player for a Xamarin.Forms app. The video plays fine. However, they're no controls for a user to control the video player....
View ArticleCustom Renderer for Stepper
I want to customize stepper control such that I can set the background color, size and also place an entry between the two stepper buttons. Whats the best way to accomplish this? Thanks
View ArticleStepper Styling or Custom Renderer
Is there a way to style stepper control to include an entry control between two buttons and also make the buttons smaller. Alternatively are there any examples on how to use a custom renderer for...
View ArticleIs there a way to partially mask an entry field in xamarin?
I would like to partially mask a username field to this format ta*********@company.com. I tried using a converter but it doesn't work. What is the best way to achieve this in xamarin....
View Articlecom.google.android.gms.wearable does not exist
After updating project to latest version of component I get this error when trying to build my Xamrin Forms Android side of app. Any ideas as to why? I have tried reinstalling SDK to no avail
View ArticleHow to release memory consumed by a WebView?
In my app I've got a page with a carousel of ContentViews. Each ContentView is essentially a container for a WebView, in which I have html with text, images, and social and video embeds. I'm loading...
View ArticleSlider as an Audio player bar
Hello, I'm using Xamarin.Forms Slider class to create a seek bar with Android and iOS. It is already using DependencyService to seek native code for both platforms to play a sound file. I just want the...
View ArticleUse C++ type without copying
Dear all, Being a newbie I don't know if this is a recurrent topic... please forgive the question if this is the case. I have a Xamarin.Forms test application that I'd like to link with a C++ library....
View ArticleXamarin.Forms PCL and SWIG PInvoke C++
We have a core set of C++ code that we use in projects on iOS (using Objective-C++) and Android (using SWIG to Java). I would like to reuse this code in a Xamarin Forms based app, but am getting stuck....
View Article