I am designing a food delivery application, and my graphic designer has...
I am designing a food delivery application, Using CrossPlatform and my graphic designer has created graphics look like the picture below. I have no clue how to go about designing this, any suggestions...
View ArticlePush Notification exception in Xamain.iOS
I am developing Xamarin forms application, I have enabled the Push notification process for sending the updates for my app to the users. I have used the amazon SNS tool to integrate the sending of...
View ArticleGroup API
Hi, I have my WebAPI running on a server and has group and users table. I would to know how to group information (group members info, group events etc.) to an user which group s/he belongs to. Same...
View ArticleXF Dynamic view and accessing the properties from Command
Hi, I dynamically created a view and replace the Content of my ContentView control in master page. The dynamic view also has a button which is linked to the Command on master page. when I fill-in the...
View ArticleIs it possible to hide a ToolbarItem?
If a ToolbarItem has been added to the Navigation bar, is it possible to conditionally hide/show it? Consider the use-case of showing a "Save" button when an Editor field is dirty, but hiding the...
View ArticleUITapGestureRecognizer disables clickable links!
I have UITextView with clickable links made with .DataDetectorTypes = UIDataDetectorType.All; They work until I attach UITapGestureRecognizer() to view. Then only this gesture work. I want to achieve...
View ArticleDisplay Image after capture or picking from gallery
I'm using xlabs plugin to capture images and it returns a mediafile datatype , I am trying to display this image , Is there is any way to do that ?
View ArticleUnable to update Xamarin.Form to v2.5 in Xamarin.Android
Hi All. Currently I'm using Visual Studio 2017 version 15.5. I trying to upgrade my nuget Xamarin.Form from v2.3.4.231 to v2.5. Portable project and Xamarin.iOS upgraded successsfully, but failed on...
View ArticleRestore relative position of Views after Orientation Change
I'm trying to create a "range slider". What I have is 2 simple views, that represent the two thumbs and a frame layout that represents the slider. I'm laying out my two thumbs in the overriden OnLayout...
View ArticleIssue with uploading image to S3 bucket
" at Moverbee.Shared.S3Utils+d__12.MoveNext () [0x00018] in /Users/cloudkinetics/Android/Moverbee/Moverbee.Shared/S3Utils.cs:98 \n--- End of stack trace from previous location where exception was...
View ArticleNotifyDataSetChanged not working
for example list has rows with ages On searching 45 you get the result filtered as 45. but clicking on it results on showing age from 1. it is like the position does not change for the ages but uses...
View ArticleRepeaterView
Summary A view similar to a ListView without baked in scrolling, or a TableView with an ItemsSource. The view should allow for an instance of itself to be created as a child element as well, for list...
View Articlehiding Status bar and Nav bar on a Tabbed page
My customer has an app where they want to be able to hide the nav bar and status bar on a certain page. I can do this, but when I hide them, I'm left with a white space at the bottom of the page....
View ArticleCrossGeoLocator plugin hanging
I have this code: var timeout = TimeSpan.FromSeconds(1); var locator = CrossGeolocator.Current; locator.DesiredAccuracy = 100.0; if (!CrossGeolocator.IsSupported || !locator.IsGeolocationAvailable ||...
View ArticleUsing System.Reflection.BindingFlags in xamarin forms
Hi! I'm trying to use BindingFlags and GetType().GetProperties() on a xamarin forms app. I have using System.Reflection on the top of the class, but i'm always getting "the name BindingFlags does not...
View ArticlePlugin.FilePicker.FilePickerActivity - Always getting Canceled ResultCode
Hi, I'm using the Plugin.FilePicker.FilePickerActivity to select a file and get the select file name. My code is very simple: private void OpenDBFile_Click(object sender, System.EventArgs e) { Intent...
View ArticleAndroid Emulator Images?
Hello, I have a new dev box, all the toys installed etc etc. Win 10 Pro, VS 2017 ... In the Android SDK manager I have all the x86 based System Images installed too - right up to platform 27 (latest,...
View Articlelocal crypt storage system
Hello everyone I'm looking for a way or a technology that will allow me to distribute images but only visible through my application (Xamarin-form) a little like the steam system that allows you to...
View Article