Xamarin Forms appcrash analytics
Is there any way to check app crash analytics for my xamarin forms(both android and ios)
View ArticleTouchView | TouchImage | TouchFadeView | TouchColorView package
Hi all, let me introduce new plugin for Xamarin.Forms development. https://github.com/AndreiMisiukevich/TouchEffect This plugin allows developers to create UI-responsive controls/layouts with touch...
View ArticleOxyplot does not work undeer the listview grid
I have a listvew and when user taps the viewcell I open another grid under the listview with details related to the listview cell clicked(given the accordion control illusion). But the oxyplot grphs...
View ArticleCopy file from Resources to Library\Application Support
Hi there, I have a SQLite database file that I have a default version of in my Resources directory that is set to copy to the output directory on build. On app startup I check to see if the user...
View ArticleCannot keep ListView ordered/sorted when navigating away and back
Hello! I'm learning the ListView control and sorting data it shows, but i can't seem to fix a scenario. I am using Visual Studio 2017 Community. I am trying to have a list always ordered by this...
View ArticleIntroducing Xamarin.Essentials: Core Cross-Platform Native APIs for All Apps
Xamarin.Essentials APIs provide access to over 30 native features from a single cross-platform API library, which can be accessed from shared code no matter how the user interface is created. This...
View ArticleAny xamarin bluetooth example project? without using any plugin?
Any xamarin Bluetooth example project? without using any plugin?
View ArticlePush notifications not being received by iOS application
I have been trying to set up push notifications for an iOS app using the PushSharp library. I have already successfully implemented push notifications with PushSharp for the Android version of the same...
View ArticleTabbedPage event on tab click or refresh tab when same tab is clicked?
I'm using a TabbedPage with Xamarin.Forms, and when a user is already on Tab 2, and clicks on Tab 2, I'd either like that tab to reload, or i'd like to run my own custom code to refresh the page. I...
View Articlegps tracker in real time like uber or cabify
Hello guys, I want to made an application that you can tracking people in real time like UBER or Cabify, I don't know how can I do this, my Idea is the follow this is my idea but I dont know if this is...
View ArticleIdentifier Expected errors when binding a framework
I used objective sharpie to generate my ApiDefinition file and cleaned up the issues in there. When I import my framework into the project however, I get multiple errors in a couple of my *.g.cs files...
View ArticleCustom ScrollView renderer does not work scroll
I create custom ScrollView. This is done so that the swipes and scrolls work. I need to make a vertical scroll. Help me please ` public class GestureScrollView : ScrollView { public event EventHandler...
View ArticleMaps, Current Location & Xaml
I wouldn't think that I'm the first to ask this.... but how can you set the current location in Xaml while using a View Model? I've searched & found out that I have to use an external GeoLocator...
View ArticleHow To implement Move to Region in xamarin forms google map MVVM
I want to Update map position and move to region when user select specific city I do that but no thing changed this is my code Location.xaml.cs public partial class LocationPage : ContentPage { public...
View ArticlePossible to automate switching icons for Xamarin.Forms project?
Hi, We have a single project that is used by 2 different clients. The Apple store won't let us use the same icon for both, so we need to build version A with Icon set A, and then the same code as...
View ArticleXamarin.Form Image not showing in Imagecell
Hi i have seen some form where people having problem with picture not showing up when they add them to the ImageCell I even print out my image string so i can look if something is wrong. If i go back...
View Articlexamarin studio 5.9.5 menus grayed out
Please can someone tell me what is wrong here as i have just installed xamarine studio on my aptop using a windows10 64bit operating system but cant run my project as the run menu is grayed out ,please...
View Articlecan't build Marshmallow app using just the Xamarin.Forms xaml template
Not trying to do anything unusual or otherwise exotic. Just using VS 2017 (15.9.6) to build an app that runs on my Marshmallow (v6.0) phone. The app in question is nothing more than the default...
View ArticleQuestion about Xamarin
Hello guys, I am new in this domain and I want to ask you how can I start to make an android app using Xamarin? I had the VS 2013 installed because I used it (we learn the C# at our school) and I...
View ArticleChanging a specific value in a list during runtime.
Hello everyone, I have a simple Xamarin.Android-App. On the Activity of this app, there is a list displayed. Please see following MyActivity.axml: <?xml version="1.0" encoding="utf-8"?>...
View Article