NotificationCompat not found in Android.Support.V7.App
I am following the guide https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started-push to add FCM based push notifications to my app. I have to add a...
View ArticleHow to Add Listview inside Segemented control In Xamarin forms
I am finding difficulty in adding listview inside the Segmented control .Please help me with this
View ArticleHow to save a file in MyDocuments
Hi, I'm making an app that need to create some csv files on the computer. I want thoses files to be saved in the user's Documents folder as the user need to be able to find them. But I couldn't find...
View ArticleDecimal Picker Control
How do I create a Decimal Picker control. Basically what I want is two pickers, one for the main number, then a . and then a second picker for the single decimal point. I cannot find much on actually...
View ArticleTo access label inside listview in back code
I have a label inside a listview. If I access that label in .cs file then it give error that item is not in current context. How can I access it?
View ArticleImage in ListView is not show only on Honor 7s Android Oreo 8.1
I created Xamarin Forms 3.2 MVVM application. Application allows take o photo by camera and show photos in ListView. Visual Studio Android project settings: Compile using Android version: Android 8.1...
View ArticleChar encoding incorrect on iOS when built via macOS agent
We've got two mac minis running our Xamarin forms build. Both have the same version of xcode. The older one has Xamarin Studio, the newer runs VS for mac. The build via the old one runs on a local...
View ArticleBest way to call web service
Hi, I have to call a web service to return a link , yes a link . So if user for example enter name of client it will be send and return a link for the company . I made this work , but I think its not...
View ArticleHow to get GPS information on a MediaFile with plugin Xam.Plugin.Media
Hello, I don't have find an exemple to get Photo metadata after take picture with Xam.PLugin.Media. I don't have see any function in the MediaFile object. Do you have any exemple ? Thanks
View Articlehelp with Admob
hello xamarin forms 3.1.0... Xamarin.GooglePlayServices.Ads.Lite 60.11... Xamarin.GooglePlayServices.Basement 60.11.... i am trying to show google ads with by using google admob. looking on the output...
View ArticleHow to select multiple images from gallery from both android and iOS device?
Hello, I am working on xamarin.forms app. I am creating the app for android and iOS. I need to open the gallery and select multiple images from gallery of devices. How I can do this in xamarin.forms...
View ArticleCrossPermissions not working in the APP
Hi All, I am using Xam.Plugin.Permissions to give the permission for accessing the contacts in APP. In the screenshot when I am tapping on Allow then the App hangs. here is the code contacts = new...
View ArticleListview Inside Segmented Control
This is my code behind Xaml,I need to add listview ,How can i do it void Handle_ValueChanged(object sender, SegmentedControl.FormsPlugin.Abstractions.ValueChangedEventArgs e) {...
View ArticleFlexLayout Spacing
Hi, I am trying to use FlexLayout with Wrap="Wrap" to display a list of item horizontally and if there is no space to get the remaining items on the following rows. However I can't seem to be able to...
View ArticleCalendar control in xamarin forms using xaml is possible??
I Want to create a calendar control not by using Telerik , X labs or any other components. Can any one help with the other possible way Thanks In Advance
View ArticleProblem with searchbar and listview data
I have searchbar in my application. Below searchbar I’m displaying listview.By default I’m binding data to listview using mvvm. For example by default 50 records I'm displaying. Whenever user enter...
View ArticleGet a string from another app
Hi, So I have 2 apps, I want to send a value to another app then get a string from this another app. How can i achieve this? Do I have to write a specific code for IOS and android?
View ArticleHow to achieve highly sensitive touch interaction for elements in iOS devices?
Hi All, TouchMoved override method is not sensitive while swiping rapidly over the items, but the TouchBegan and TouchEnded override is called as expected. TouchMoved gets called only when pressed hard...
View ArticleSfListView
in main page i show a list of latest products the list loaded correctly but, didn't appear till i tap on it
View ArticleXamarin form : how to insert json list in sql server
i have listview which i want to save in sql server as it is. I tried to work on it but couldn't succeeded. Here is my code cartdetail.cs string json = Newtonsoft.Json.JsonConvert.SerializeObject(new {...
View Article