Automatically start an app when velocity is higher than
Hi, I'm buildig an app which scope is to give the user infos about his driving. The need is to automatically let the app get (and send to a ws) information like velocity/acceleration also if the app is...
View ArticleHow to change the url dynamically of a web service?
I am doing an application at work that need to change dinamically the url of a web service, the application consist in a Log-In page, after the user log in for first time then I changes the value of...
View ArticleIs there support for SearchBar on nougat 7.0?
Uploaded a build to test cloud which passed on multiple devices and android versions. However the 7.0 device failed because the screen didn't render my search bar. <ContentPage.Content>...
View ArticleCan I keep a ListView Header in a fixed position?
Is there a way to force the ListView header to remain fixed at the top of the screen? On my Android emulator, its scrolling off the page.
View ArticleVisual Studio Android Emulator
OK, this is embarrassing, but I've not gotten around to loading the new(ish) Visual Studio Android emulator (I use my phones) and now don't know how to do it. Is there documentation or can someone...
View ArticleIcons on ToolBar
I have a ToolBar with several icons that are 20 PX square. I have added all the additional icons for each platform for different DPI. The ToolBar renders properly on IOS and Android, but on UWP (both...
View ArticleStrange Behaviour Switch inside ListView for Toggled event
I have a ListView like this: <ListView x:Name="WoTasksList" IsPullToRefreshEnabled="True" ItemsSource="{Binding Tasks}" RefreshCommand="{Binding LoadTasksRemotecommand}" IsRefreshing="{Binding...
View ArticleSwitch with IsToggled binding is throwing Toggled event on init when bound...
I have the following XAML: <Switch IsToggled="{Binding IsChecked}" IsEnabled="true" Toggled="MyToggledEventHandler" VerticalOptions="CenterAndExpand" HorizontalOptions="EndAndExpand" /> This...
View ArticleTimmer
Hi I'm trying to implement a simple timer with a start/stop and a display for the elapsed time, I'm not finding any documentation on a cross plataform solution. Will I need to do a specific solution...
View ArticleJob board style app
Hey all, I am trying to make a job board style app using Xamarin forms and Azure as the back end. Using other tutorials I have been able to set up a table on Azure and insert new items to it which I...
View ArticleiOS Forms App Crashing - Too Many Open Files?
Hi, I am getting HockeyApp reports that the iOS version of a (fairly complex) app I have developed is crashing with an IOException 'Too many open files'. The stacktrace doesn't tell me much of use but...
View ArticleHow to write specific code for Navigation bar back button
Hi, i am facing a problem in navigation bar back button, i want to write platform specific code to hide back button in Android and show it in IOS I am searching how to write. can anyone please help me.
View ArticleHow to create several profiles and settings for them?
HI. I am newbie. In my program, the user will be able to create several profiles. Each profile should have its own settings (which will be set by the user). How can I implement this?
View ArticleSet Image on Bar NavigationPage, like Instagram
I need set a image, is logo our company, and we need set the Logo in bar navigation like instragram. How i get that?
View ArticleToolbar items to left for android in Xamarin.Forms
Hi, do you have any idea about toolbar items in left for android in Xamarin forms using renderer? i go through different links and find out for iOS but no luck for android. Have any idea please share....
View ArticleHelp with Xamarin.Auth
I followed this tutorial but I can't get the URL redirect working. Maybe I have misunderstood but this is what I've tried ... In the iOS project ... I added this URL Scheme to info.plist:...
View ArticleMixing Tabbed Pages and Content Pages with Login and Logout
Hi, I am new to Xamarin (and coding in general, but learning...) and have a question about switching pages. I have a Login page which is called on Startup This is a ContentPage. **Login.xaml ** Upon...
View ArticlePage is not resizing after pressing Back when keyboard is shown.
My problem is with Android using Xamarin.Forms. I'm using FormsAppCompatActivity. I also tied the AndroidBug5497WorkaroundForXamarinAndroid.assistActivity(this); Page 1 [TabbedPage -> ContentPage]...
View ArticleSending push notification to specific user using Facebook sid
Hi there, I build Xamarin.Forms App using this tutorial: https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started and I choose .NET back end. I implement...
View ArticleLoad SVG from PCL by CODE USING FFImageLoading
Hello, I'm using this package from nugget to display images in SVG : https://github.com/luberda-molinet/FFImageLoading/wiki I'm able to load images using xaml from PCL like this: //using...
View Article