Xamarin.forms 3.1 - Resources warnings for Android
Hello, I have just update to Xamarin.forms 3.1.0.583944 and now I have this warnings for my Android project/...
View ArticleHow to change backgroundcolor of actionbar
Hi guys! I can't get my head around the following issue after reading a lot about this. My app has got an hamburger-menu and two additional buttons in the actionbar. The problem is (as you can see in...
View ArticleNeed to refresh the whole Content Page in prism
Hi Guys, I want to refresh my content page in xamarin prism, please help on this to resolve me too.
View ArticleRight mouse click event
Is there any way to detect a right click event from a mouse when using Xamarin for a UWP app?
View ArticleVisual Studio 2019 - Trying to create an application to run in a Android box...
Hi Guys, I'm trying to use Xamarin.Forms to develop an application to run in an Android Box with Android 6.0.1. I've got Visual Studio 2019 Enterprise Edition, added the Xamarin extension and created a...
View ArticleStandard dimensions for UWP Image assets?
I am currently working on a Xamarin app that handles Android, IOS and UWP. The app has assets that will be bundled within. I do know that: For android, You need the assets inside the resources folder,...
View ArticleCrash after iOS app launch
Hello devs...I'm running into an issue where my app launches and then immediately crashes. The app will run fine in dev and even if I push a release version directly to the phone - no errors or...
View ArticleButton with backgroundcolor missing click/tap effect
I have xamarin forms button working fine. When adding backgroundcolor like BackgroundColor="#FF0000", the visual effect is missing when clicking/touching/tapping the button. Always showing the...
View ArticlePull down refresh indicator not stopping after complete loading
Here is my sample xaml <ListView ItemsSource="{Binding EmployeeList}" HasUnevenRows="True" IsPullToRefreshEnabled="True" RefreshCommand="{Binding RefreshCommand}" IsRefreshing="{Binding IsBusy}">...
View ArticleNavigation Title not centering on Android
I’ve set the navigation title in my Xamarin forms application as below: <NavigationPage.TitleView> <Grid> <Label Text="Settings" Style="{StaticResource NavTitle}"/> <Button...
View Articleafter upgrade to xcode 11 xamarin forms app not run on less version 12.x
Hi I have a build a ios app using xamarin forms 4.1. it run successfully on ipad version 10.x before xcode upgrade. after upgrade to xcode 11 it run on version 12 perfect but dont run on version 10.x...
View ArticleCan I create and reuse components of interface?
Suppose I want to create these kind of tags for first time and then in future just use it, call it like another default component "button", "frame", etc... that's posible??
View ArticleApp center doesnt catch all crashes ?
When I go to play console app for android I see many crashes especially mostly "classnotfound" exception but in my app center there are less crashes reported. Anyone else is seeing something similar?
View ArticleAlternative in app billing nuget
As this one doesn't support Google API V3 so all apps using it will loose the ability to do IAP on the 1st December does anyone know of an alternative project ?...
View ArticleHow can I integrate Xamarin.forms application with samsung health?
Currently i am working on a health application so I need to access the data from Samsung health and i was able to install MKM-HealthDataSDK 1.0.0 from...
View ArticleWhen is CollectionView and CarouselView going GA?
Is there a timeframe for the above feature to be released? Thank you.
View ArticleXamarin.Forms/MVVMCross: simple Binding not working
Hey all, I have a simple case with a boolean property that binds to the IsEnabled attribute of a button. ViewModel: public class TestPageVM : MvxViewModel { public IMvxCommand SubmitCommand => new...
View ArticleHow to a Row with content?
Hi, I'd like to ask how can I animate the photo with the content just like the attached video? My current XAAML is like this and the photos are in the RotatorAdDetails <Grid RowSpacing="0">...
View ArticleResourceDictionary Label Text Reference
Hi. I've created a DataTemplate for Listview and now I need to apply text for label, however when I give a name to a label and try to access it's text via name e.g. senderName.Text I am getting the...
View ArticleWhy I can't add images in "Drawable" files? Xamarin Forms - Android
When I try to add an image in this file, I mean.. right click on the file Drawable --> Add --> Existing item -->(Select and try to add the image ) this message appear Message: "The system can...
View Article