listview error
hi, i try to make a custom list view and custom layout for it but when i set layout for my array adapter show me an error please help me my code : and error is :
View ArticleHow Can Implement Remote Notification
hi i want implement a notification when my app connected to internet and have new data how can implement this notification in xamarin.android?
View ArticleHow can you save data to a file inside the Mobile Phone? Xamarin Android
Well, the question is that, what exactly i'm doing wrong? i saw another similar post here about it, but none of them actualy help me to fix the issue. here is the code: AndroidManifest.xml...
View ArticleReuse a viewcell in different list views
Hi All, I have the following template in a ListView: <DataTemplate> <ViewCell> <StackLayout BackgroundColor="#E5E5E5" Orientation="Horizontal" Padding="8,0"> <Label Text="{Binding...
View ArticleApp to app voice call - (VoIP) with xamarin android
i have to implement app to app call for my xamarin-android app. i have been looking since couple of days but i couldn't find any of the framework that supports Xamarin. i talked with Twilio guys and...
View ArticleWhy is the DeleteObject on the Apple Healthkit HKHealthStore not executing?
I am trying to delete an HKObject added by my app. I am able to successfully save and query the data from the Apple HealthKit, but the HKHealthStore.DeleteObjectAsync method vanishes after it is run....
View ArticleXamarin build error
I have installed Visual studio 2017 community edition .I selected xamarin developement.I just created project as follows In visual C#,Cross Plateform -> Cross Platform Apps or Native->Blank APP...
View ArticleApp runs in debug mode, crashes in release mode
Hi! When running my xamarin forms app on android in debug mode, all works fine. But when running it in release mode the app crashes after showing the splash screen. (I have deleted the debug version...
View ArticleConditional Compilation for UWP?
Hello, I was looking for compile directives for Universal Windows Platform. I was checking this docs page...
View ArticleShort category looks different as expected
This was my second app where I use the short categories for listview's grouping. In my new app it looks like this: I implemented everything the same way - I just copied the old project for the biggest...
View ArticleProblem with release
Hello, I've got a problem with building a release version of my app. When built as Debug (with 'Use shared Mono runtime' checked and Linker behavior: Don't link) it's working on my android device. But...
View ArticleException thrown at 0x745DB802 in MyProject.UWP.exe: Microsoft C++ exception
Hello, This bug(?) has been driving me nuts for a long time now, I hope anyone here has experienced that and there is a simple solution to it. So when starting the UWP app (Xamarin.Forms PCL), I get a...
View ArticleWatchOS PCL Support
I don't know if this is possible but in Visual Studio 2017 for Mac I was able to reference a PCL project in my WatchExtension project. However, when I tried development in my Windows VS2017, the PCL...
View ArticleXamarin.Android Linker Error (Plugins.Share)
Trying to build a Xamarin.Android project in release mode, with Like SDK assemblies only enabled is producing the following error:...
View ArticleCREATEMULTIDEXMAINDEXCLASSLIST : error : Expecting class path separator ';'...
Hi I have been trying to update to the latest version of Xamarin yesterday and today. When I try to deploy to my device I get the following error CREATEMULTIDEXMAINDEXCLASSLIST : error : Expecting...
View ArticleThe name 'InitializeComponent' does not exist in the current context
This is really strange and inconsistent. Sometimes it runs fine and sometimes I get the following error 'The name 'InitializeComponent' does not exist in the current context' There is absolutely no...
View ArticleCan I use the C# generated in PaintCode in a Xamarin.Forms application?
I wanted to make sure before I start implementing an application in Xamarin.Forms that I can use PaintCode for the image assets. I know that PaintCode can be used with Xamarin.iOS and Xamarin.Android...
View ArticleHow I can DataBind image ?
Hi everybody, I have a problem to bind an image in a XAML page. I've created a class "Patrimoine" that has two properties: public class Patrimoine { public string Titre { get; set; } public string...
View ArticleIndigenous Chart plotting features integrated into Xamarin Workbook
In testing/porting python code to TensorflowSharp in Xamarin Workbook I came into this juypter tensorflow python example involving inline chart Ideally, I would like that also in Xamarin Workbook...
View Article