Where should I put a png file in Xamarin.Forms project?
Hi, I have a Xamarin.Forms project. Within this project I'm using CocosSharpView. In Cocossharp I'd like to use "CCSprite" and png file. How can I add it to the project. I saw a few tutorials. Every...
View ArticleForms Previewer Failing on Non-Visual Component
I use the Geolocator nuget in my app and the Previewer is failing in iOS and Android in the Previewer. The app works fine. Just trying out XFP in Beta to see if it could help me iterate a bit more...
View ArticleHow to select and display an image from the device's file manager
I am new to xamarin. I have to develop a form/survey filling application where the user would have to upload his/her image in the application. Is there any way by which I could implement a image upload...
View ArticleHow to delete a row in ListView using MVVM pattern
I have a ListView per the xaml code below: <ListView ItemsSource ="{Binding Tags}" SelectedItem="{Binding SelectedTag, Mode=TwoWay}"> <ListView.ItemTemplate> <DataTemplate>...
View ArticleNeed help adding Intent and BroadcastReceiver statements to a class for Push...
This guide details how to set up push notifications using GCM https://docs.microsoft.com/en-us/azure/notification-hubs/xamarin-notification-hubs-push-notifications-android-gcm However, I'm using Baidu...
View ArticleXamarin.Android push notification is breaking the app when App is Not Running
I am trying to add push notifications to my app by the following link After following this step-by-step tutorial to setup the Push Notification on Xamarin.Android, the Android devices receive push...
View ArticleUploading iOS binary to AppStore fails due to permission errors
We have added some functionality on top of a previous iteration of our App that was successfully uploaded to the AppStore. The functionality added uses the following technologies provided by the...
View Articlenuget location in Xamarin Studio
After recent update to Xamarin Studio 6.2 I've updated my Xamarin.Forms project to project.json instead of packages.config. On our CI server we use nuget restore command to restore packages before...
View ArticleXamarin Android Binding project
I'm working on a binding to an Epson ePOS_SDK. I have been able to work out most of the issues with visibility of some items but I have two errors I cannot resolve. Even adding an entry into the...
View ArticleHow to connect .cs to .xaml.cs & .xaml
I'm new here in xamarin, so I've been studying and been curious how the .cs gets to be connected to .xaml.cs & .xaml, I've been looking at the codes and I don't really get how they are getting...
View ArticlePopup image
Is it possible to display an image as a popup, like on Facebook Messenger app? For instance, in Facebook Messenger app, when you tap an image, it pops up over a black background. Thank you in advance.
View ArticleUsing SkiaSharp, how to save a SKBitmap ?
After editing a SKBitmap in Xamarin.Forms i wanna save it in local storage. Any idea?
View ArticleXamarin Developers in Melbourne
Hi all, It was great to go to Evolve and while I was there I saw that there were at least 7 other devs from Australia there. I didn't get a chance to meet up with any other Ozzies, so I started...
View Articleerror MT1001: Could not find an application at the specified directory
Getting this with VS2013 Update 1, Windows 8.1, the latest XCode/Mavericks, Xamerin, have a iPhone 4s / iS 7.1 connected to mac. Happens even with the simple Visual Studio template project >...
View ArticleCrash in Android, works in iOS
My client has a charting library that they've ported to Xamarin Forms using Skia. It works well on iOS, but in Android it's crashing. This may be more of an Android issue than a Skia problem. The...
View ArticleAnnouncing SkiaSharp v1.54.1 and SkiaSharp Views
In this new release of SkiaSharp, are are so many improvements, but this release is really all about our new SkiaSharp Views, Controls and Layers. And SkiaSharp for Xamarin.Forms! Here are the release...
View ArticleDeep linking details
Hi, I have coded a demo to understand Firebase App Indexing with XF. I have completed coding part but I can't make it find on Google search. Xamarin Forms part is quite simple with...
View ArticleNotification on lock screen iOS Xamarin Forms ???
I have to lock the screen for my users to protect the data after a few minutes of inactivity. I still need them to be able to hit the power button to see the address they are looking for on the lock...
View ArticleXamarin Studio 6.2 Mac cannot create page with Xaml
I just updated the latest version XamarinStudio in Stable Channel, I found I cannot create a new page with XAML Here are some screen shots Please help, I cannot continue my work. Thx
View ArticleAzure EventHub, Generating SAS
Hello, I have a requirement to push events in EventHub. Now as ServiceBus assembly is not supported in Android so I can't use helper classed for this job. Only way I found is to use REST APIs. Now...
View Article