Is there full support for xamarin form platforms wpf
I am developing wpf application using xamarin forms. I am facing lot of issues while implmentating the every feature. For example camera functionality is not supported to xamarin form platforms wpf....
View Article[iOS] Very large space between ToolbarItems
Hi everyone, I have this problem on iOS with my Forms app. The space on the NavigationBar of right items is very large . I tried several solutions but no one works:...
View ArticleIs it possible to bind to the Title of a Xarmarin ContentPage?
I have a ContentPage showing some messages, I wish for the page title to dynamically reflect the number of unread messages e.g. 'Messages (5)' indicating the user has 5 unread messages (a useful...
View ArticleFull Screen Image Viewer (with Pinch to Zoom, Pan to Move, Tap to show...
I'm working on a full screen image page that supports pinch to zoom, pan to move and tap to show captions. I'm basing this on how image viewer works in apps such as Facebook and Yelp. My code is built...
View ArticleRetrieve the specific data from REST API
Hi, I want to retrieve the specific data from REST API and display it on phone.i.e when user enters any 'id' the details of that id should be added in listview. Could any one help me with this. Thanks
View ArticleSetting the SelectedItem on a ListView (Android)
I can't for the life of me pre-set the selected item on a list view. The core of the problem is that the object I'm passed to be the default will not be the same instance of the object that is included...
View Articlehow to use postasync() with a web api on a local network?
I have a single user authentication asp web api running on my IIS and I can view it from any browser on any device on the same network. Now I need to use postasync() with this URI to use register...
View ArticleHow to Login with Google Account and Facebook account?
I am trying to design a login page where i can login using google account and Facebook account .I created a google API keys. After that i got client id and client secrete . I am not finding any...
View ArticleDownload, save and display Pdf file
I have the following requirements in my xamarin.forms app I need to download a pdf file from the url on button click Need to save them locally in defined folder Then i need to display with installed...
View ArticleForms Remove PackageTargetFallback references on Visual Studio for Mac, VS on...
Appreciate your help and effort, I am a beginner and I am stuck. Project never run on IOS Wanting to deploy/run it on IOS. Updating packages on Windows implementing some IOS specific classes. Now I can...
View ArticleWake Word implementation in Xamarin.Forms
I am developing the cross platform Xamarin app in both android and iOS, I want to implement the wake word for my app and I want to invoke my buttons using voice. I didn't find solution anywhere. Could...
View ArticleUpdate Firmware of Nordic BLE DFU
Hi everybody, Does anyone know how to implement Nordic DFU Service in Xamarin forms and update Firmware of BLE device? Thanks
View ArticleIs there any limit or bug in Application.Current.Properties?
hello everyone now i'm using xamarin.forms especially i use Application.Current.Properties aka mobile dictionary for saving some data. in my case i store some token and url. then recently i add...
View ArticleHow to get path of Emulator SD CARD using xamarin.forms
Actually i browse one zip file from Andoid SD.... and unzip that file into SDCARD. How to get path of SDCARD to unzip file. Please Help.
View ArticleBinding CommandParameter to the SelectedItems of a custom control?
I'm creating a custom control, that has -among other properties- Command, CommandProperty and SelectedItems of type object that might be a merely object or an ObservableCollection<object>...
View ArticleVS 2019 Problem with .NETFramework and .NETStandard
Hey guys, i keep running into this warning, Package was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0' and it wont let me build the...
View ArticleListView Databinding UI not update with data change
I use the databinding with the ListView. When the app runs, there is 3 items in ListView. I invoke the function 'Entry_Completed' to add the 4th item to the ListView. I trace the function run over, but...
View ArticleSet rectangle's values to AutoSize in XAML?
Hello, How do I set rectangle values to Auto in XAML? Here's an example of what I want to achieve in XAML, the shorter syntax I can get the better. var label = new Label();...
View ArticleHow to set time in Carousel View???
I want to set the time in horizontally and also carousel the time to change, selected time should be in different color like below image 👇 im already tried to carousel the time using a plugin called...
View Article