Archive for Publishing is not creating an archive
I am experiencing a recent issue where running Archive for Publishing is not creating an archive for my Xamarin.Android project (part of Xamarin.Forms project). The Xamarin.iOS project does not have...
View ArticleUpdating Xamarin.Android.Support libraries fails
Hello I trying to update libraries from 27.0.2.1 to 28.0.0. But an compatibility error raises. What I'm doing wrong? Please help or fix. Thank you! Unable to resolve dependencies....
View ArticleCan any one share reference for creation Video Chat app using Xamarin forms ?
Any body created video chat feature using xamarin forms ? Please share some reference, I am using TOKBOX
View ArticleHow to suppress "warning: linking against dylib not safe for use in...
Hello, I'm trying to add the WebRTC framework to my iOS app's broadcast extension through a binding library, but I get the error above. In Xcode you can suppress it in the build settings, but I have no...
View ArticleIs it possible to ship an SDK using Xamarin for iOS & Android?
Essentially, I'd like to ship an SDK for my product. Instead of doing this in Android, iOS and Windows respectively, I'm wondering if its possible for me to use Xamarin to ship for all platforms from...
View ArticleIs it possible to use BOTH a Notification Service Extension and Notification...
For my application I am using a Notification Service Extension to modify the way the notification is displayed to the user. I also want to display a photo in its content, for this I understand I would...
View ArticleC++ OpenGL Lib in an OpenGLView?
Hi all - I have a massive portable OpenGL library written in C++ that I currently use in Android Studio and XCode. This C++ library is basically the entire app while we use the Android/iOS dev...
View ArticleCross Platform + Web Application?
Is it possible to use Xamarin Forms to create a cross platform application that also produces a .NET web application? I want to do something simple like have a webpage with a database that users can...
View ArticleBinding to native android lib is not success
I have problem with binding with android native library. After do all steps then build the project. the result is success with many warning. But it not generate .net class on object browser. Please see...
View Articleis there a way to call function from appdelgate?
i dont know if this question difficult or not, but i want to call function from appdelgate to xamarin form, can someone help me figure it out?
View ArticleAuto logout after x minutes due to idle/inactivity in android
Is there way on how to auto logout the session of the user, when the user is idle or not clicking the app? Thank you.
View ArticleHow to fix a nuget package installation error
Hello everyone My problem is about installing nuget Xamarin.Essentials package for Android. To isolate the error I started a new empty Xamarin project that I called "test". I am installing this package...
View ArticleCMSampleBuffer Attachment Setting
Trying to set DisplayImmediately setting but cannot se how, got so far... CMSampleBufferAttachmentSettings[] sampleBufferAttachmentSettings = sampleBuffer.GetSampleAttachments(true);...
View ArticleStore server return value
I receive return list with that and I call to list with this When clicking this list view item I want to call another page with position;
View ArticlePass parameters in Command Xamarin
I have this view : <StackLayout> <ListView ItemsSource="{Binding DatasModels}" x:Name="listViewDatas" ItemSelected="Handle_ItemSelected"> <ListView.ItemTemplate> <DataTemplate>...
View ArticleIntroducing XamBuilder: free tool for Xamarin platform.
When starting a new application, you usually need to create a new project and add dependencies such as MVVM frameworks, libraries, custom controls, and services. This tool will create it for you! It...
View Articleimages and graphs are not showing
<Image Aspect="AspectFit" Margin="0" HeightRequest="10" WidthRequest="10" Source="{local1:EmbeddedImage SmartFabricNew.images.date-icon.png}"/>
View ArticleHow to use CouchbaseLite with Xamarin forms PCL project?
I read documentation, it says use shared library option. How to do in PCL project, any example or demo? TIA
View ArticleConvert list to string
Hello Developer I receive server return value with var like that(circling red circle) and return list is like that I want to get some value on this such as id, name; How can I covert this return list...
View ArticleHow can we apply MVVM pattern in xamarin.android step by step
How can we apply MVVM pattern in xamarin.android step by step
View Article