Bottom Tabbed page issues
I am trying to use a bottom Tabbed Page for Xamarin Forms (Android). I have this error message: 'IPlatformElementConfiguration<Android, TabbedPage>' does not contain a definition for...
View ArticleiOS compiling and debug issues. Can someone please help?!
Hello, As of this morning, I'm seeing these errors and cannot debug an app on iOS at all, in any simulator. I have the latest Visual Studio 2017 installed and updates on Windows 10. Same with XCode...
View ArticleEndless problems...
Why there is always problem with Xamarin? Fresh project and: 1. No intelisense for XAML 2. Controls are inaccesible from code (I had to add [XamlCompilation(XamlCompilationOptions.Compile)] and...
View ArticleXamarin.Android.Common.targets - Name cannot begin with the '$' character,...
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Warning: Name cannot begin with the '$' character, hexadecimal value 0x24. I am building a...
View ArticleHow to make modules for an app
Hi Community, I'm developing an app that needs to be extendable through modules: the user can add/delete the modules that he wants to the app and these modules add a complety new set of features. Is it...
View ArticleAutocomplete entry and picker does not work at closing and opening the app again
In a page I have an autocomplete entry and a picker. When I open the app and I do the query, it does well, when I write something on the entry it autocomplete, and the picker I can choose the data. The...
View ArticleDecompress database
Hi Guys, i'm looking for a way to decompress my database send from my api, but seems that in the way that i'm doing this is not supported. Do you know how can i do this? Alberto C.
View ArticleMaking Xamarin forms app run in background
Hi, I am developing xamarin forms based android app in which I have used Push notifications using OneSignal. Notifications are received successfully and displayed on my app but if I close the app then...
View Articlehow to recored genrated beep sound in Xamarin.forms?
I'm currently coding on Xamarin.Forms application with Xamarin.Andriod and I'm using the AudioRecord class to record my genrated beep sound it working good but not working in Ios.below code is...
View Articlehow to record genrated sound in Xamarin.Forms ios
I'm currently coding on Xamarin.Forms application with Xamarin.Andriod and I'm using the AudioRecord class to record my genrated beep sound it working good but not working in Ios.below code is...
View ArticleUse a STL C++ Library
Hello, How to use a STL C++ Library in a Xamarin project ? Thank you, Christophe,
View ArticleIs anyone actually using the geofence plugin in production?
I have created an app that uses the geofence plugin (https://github.com/domaven/xamarin-plugins/tree/master/Geofence) to notify users when they enter/exit certain locaitons. It works to some extent,...
View ArticleSpeed Dial
Hi Xamarin Forum how to make a speed dial in xamarin forms where I dont need to tap the call button just like the standard phonedialler of xamarin forms, I just need to tap the number I need to call...
View ArticleAnimating Navigation Bar properties on page transitions
I am looking to add a transition to navigation bar text when navigating between views in a MasterDetail layout. Just a simple fade out / in of the navigation page text. I have implemented the below...
View ArticleCalendar plugin
Hi xamarin forum Is there any calendar plugin that can be used in xamarin forms and can easily pull data from database so that it can display birthdays records that comes from database? I have tried...
View ArticleIs it possible to create an image from a view in Xamarin.Forms?
I have three images in a view one on top of the other. Together they create the image that I need. I need to create a image from this view. I have done this in Xamarin.Android and Xamarin.iOS, but I...
View ArticleHow to remove title bar on xamarin wpf and make the application full screen.
Behavior of xamarin wpf full screen is different from original wpf application. When i enable the full screen mode by ResizeMode="NoResize", WindowState="Normal", WindowStyle="None", Topmost="True",...
View ArticleHow to show page number while scrolling a list in xamarin forms?
I have a listview with 2005 items,and it has a lazy loading.On itemAppearing I am loading 50 items at a time.I want to show a page number while user scroll up or scroll down depends on current items on...
View ArticleXamarin Forms - Tabbed Pages reset
I have an app that has a few tabbed pages. When I navigate to these pages i have actions within each one that pushes additional content pages on to the stack. When I navigate away from that tabbed page...
View ArticleAutomationID Showing inconsistently
I have had this problem for some time. If I add AutomationID to, e.g., 5 controls on a page, and then run app.Repl(), I see one or two of the controls with their AutomationID but most without. Have you...
View Article