Are there any working Plugins for Push Notifications, for a project developed...
The nuget package named Plugin.pushnotification creates error in Styles.xml in runtime, whereas the Xamarin.GooglePlayServices.GCM plugin gives a Java.lang Error. can you suggest any ways to do push...
View ArticleHow to open master detail menu from another content page button click?
I want to open master details menu from another content page button click event? so how to do this in xamarin forms?
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleAndroid Binding library resource not found
I have created the binding library, when i implement the function and build the android application i getting below error. No resource found that matches the given name (at 'textColor' with value...
View ArticleSet an app icon in the oncreate method
Hello, I would like to set my app icon based on an action which occurs in my oncreate method. It should work something like this pseudo code: if(Userlicence == other) Icon = othericon Icon =...
View ArticleVoip Push Notification + Pushkit
Hi all, Now a days i am trying to configure Pushkit and receive VoIP notification. I have done all the basic steps from certificate to pushkit in xamarin forms. Now i am trying to send VoIP push but i...
View ArticleDownload, save and display Pdf file
I have the following requirements in my xamarin.forms app I need to download a pdf file from the url on button click Need to save them locally in defined folder Then i need to display with installed...
View ArticleCreate ToolbarItems using template or some other dynamic mechanism.
Hi guys, I have few common toolbar items which I want to add on every view of the application. (Though there are some specific items per view, however let's not worry about them right now.) What I want...
View ArticleXamarin Forms 2D Space Game
I have to Develop a 2d game, Airplane and Enemies with dark background.... I have searched on google i can't to find... Please share if you have any idea...i am new to this game development Thanks in...
View ArticleCall Navigation.PushAsync from ViewModel
Hello, I want to push a new page from a viewModel. Can I call this method from outside the page? Thanks in advance. Mostafa
View ArticleHow to change Navigation Bar Color
Here is my code: public partial class MainPage : MasterDetailPage { public MainPage() { Detail = new NavigationPage(new RootPage()); } } <?xml version="1.0" encoding="UTF-8"?> <ContentPage...
View ArticleUse github project into your project
Hi guys. Been a developer for years now mostly Web and native IOS. Picked this gem (xamarin) up last week to see what the fuss is all about . Started some courses and now first project in xamarin forms...
View ArticleHow to open other apps from xamarin forms
How to open other apps from xamarin forms ? or How to open other apps from xamarin forms apps
View ArticleImplementing Radio button contrl in Xamarin forms
Hi, We are evaluating Xamarin.Forms with creating sample application.We are not able to find Radio button control in Xamarin.Forms. Kindly anyone show me the direction on how to implement Radio button...
View ArticleObservableCollection fails on clear / add
See screen shot. DepositSet.Items is an ObservableCollection.
View ArticleBlack bars in ListView - Xamarin.Forms - iOS only
We detected on some iOS devices a strange problem with our ListView. Sometimes black bars are occuring on the screen. This mostly happens directly before a dialog appeare. I attached some screenshots...
View ArticleScrollView control in CarouselPage
Hi guys! I create CarouselPage and it contains the element ScrollView, Swipes are not recognized very well. I know that I can add swipes to some static UI control, can I add them to the ToolBar of my...
View ArticleHelp with Embedding Power BI into Xamarin Forms
Hi Guys, I am so very close to getting PowerBi Embedded to work in Xamarin forms, at the moment all I am getting is the Power BI Loading symbol. As you can see from the below image. I think this is...
View ArticleApp not using latest code when debugging
I'm using Xamarin.Forms with Visual Studio 2017. When I make changes to my code and run it either on an emulator or on my phone, the code does not update and the app builds with an old version of the...
View ArticleContentView calls to ContentPage parent in Xamarin Forms
There are any way to call a method of my parent View (ContentPage) from my actual View (ContentView). I mean, I want to use ContentView to refresh only a part of the screen, the problem is when I want...
View Article