CarouselView with previewing side elements (Here is how)
CoverFlowView is a part of CardsView nuget package allows to achieve it. Check github for more info https://github.com/AndreiMisiukevich/CardView
View ArticleHas WebView become juddery on Android using XF 4.1?
I've received reports that scrolling in a WebView (with large content) in my app has become juddery on Android (and even jumps the wrong direction sometimes). I've just tested this and found the...
View ArticleHow to bind app-settings to an edited EntryCell from TableView?
I'm working with Xamarin and C# since two weeks now, but I'm really struggling with making an enterprise like MVVM-Pattern work. I'm stuck since two days so I thought I ask the experts, the community....
View ArticleHot Reload
Xamarin Hot reload is not working on Windows , please suggest what configuration I need to do for the same. Thanks
View ArticleHow to open current location in Maps in Xamarin forms
Hi Team, I am developing an application which includes Maps. I want open my current location by defaults, can anyone please help me how to show current location on Map In Android I could see Current...
View ArticlePlay Media file from Resource
Hi, I have an MP3 file in my Android's Resources/Raw folder, the file name is myAudio.mp3 The same file is placed in my iOS Resources/myAudio.mp3 I am trying to play the file uaing Xamarin Mediamanager...
View ArticleAuthentication using Weibo in C#
Hi everyone, for the sake of humanity can I ask if anyone have worked on Weibo Authentication in Xamarin using Auth0. I am stuck in this, any suggestion will be really helpful. Thanks in advance.
View ArticleHow to get Mac Address in Xamarin.Form?
Is there any way to get Mac Address in Xamarin.forms? Is there any example?
View ArticleIt is more performatic to declare a content view inside of page or calling it...
With Reference <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MyProject.Views.TestPage"...
View ArticleDisplayAlert only works with Application.Current.MainPage
I've just started working on Xamarin. So, i've created a page which checks if there is an internet connection available or not in Xamarin at the very starting of opening the app.If not , i show a...
View Articlecapture video in django server and get in xamarin mobile app
hello guys i want to create application like when i press button it request to server to start capturing video (using webcam) and get this video live stream in xamarin forms app so how can i do that...
View ArticleIssue on Google Play Store. Using Old Version of Google Play Developer API.
Now getting this message on the the Google Play Console for my published app. "We’ve detected that your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1...
View ArticleXamarin.Forms apps cannot debugged in Android emulator
This has been going on for a couple months now. I've tried everything. I can't figure it out. The error that pops up is this: To fix this I have to uninstall and reinstall the Mobile Development option...
View ArticleKnow or Find if text gets wrapped in Label
Hi, Is there any possibility to know / find if text in label gets wrapped or its being appeared in multiline. For e.g on large screen with normal font size text inside label appears without wrapped...
View ArticleApp without Splash Screen in Xamarin Forms - Android & iOS
I would like to understand how the basic apps like Phone, Messages, WhatsApp etc are showing the data instantly on open of the app itself, without showing Splash Screen. What kind of architecture these...
View ArticleUnit testing ViewModels
I appreciate this is a bit of a general question, but I thought someone might be able to direct me. I've written a sample application to show my students an example of MVVM . One of the motivations for...
View ArticleUnable to connect to cosmos CB using Xamarin Forms on Android?
Hi folks, Still new to Xamarin, so sorry if this is an obvious question. I have been following the sample todo list code on the microsoft site, to connect my Xamarin Forms app to a Cosmos Mongo DB on...
View ArticleHow to constantly update geolocation data in a label for example?
How to constantly update geolocation data in a label for example?
View ArticleHow to generate Android App Bundle?
Hi all, when I make the distribution package for android, i generate the APK from "Archive" in VS and then upload it. But once I roll it out from Google Play I get this warning: So my question is, how...
View ArticleXamarin.Forms Release issue
Hi, am having an issue with building Xamarin.Forms app under release config. The problem is coming from linking the assemblies. If I go with "Linking" option set to "Sdk Assemblies Only" then the app...
View Article