Xamarin Forms Android Calendar Event Time not setting properly
Hi, i am creating an event in my calendar. The event is setting correctly in the device calendar. but the Time ( hour and minute ) is 00:00. any body faced similar issue before. my code is as below,...
View ArticleWMS layers on MapControl
Hi - how can I add a WMS layer with GeoGrphic information to a map control? We' re trying to build a portable app and want to project WMS layers on a map. In the regular Windows 8.1 project we succeed...
View ArticleShrinking of Editor after setting Height request
Hi guys, I have a content page that contains a list view and a stack layout under it (called BottomLayout in the code). This stack layout contains an CustomEditor and a button, displayed horizontally....
View ArticleMobile app version number scheme across 3 platforms
Hi, for sharing version information across all Xamarin.Forms-Projects, is still using a Tool for patching the respective files the way to go?...
View Articlerevert item cell while using xamarin context action in listview viewcell
Hi, I am using context action in listview to delete item on left swipe.While i am opening one item cell and switching to another item cell without closing first one, it is not closing first opened item...
View ArticleXamarin forms Scrollview Scrolled finished/ending how to know
Hey. I am trying to find a way, to know when a scrollview is not scolling anymore, so after the scoll is stopped, i can call ScrollView.ScrollToAsync, to position the element, that is closet to the...
View ArticleHow do i avoid AbsolutePosition is overwritten when using a customrender on...
Hallo. I have 2 BoxViews, where i want the first box, to be like a showdow for the second box. I used a AbsoluteLayout layout to accomplish this. AbsoluteLayout layout = new AbsoluteLayout(); { };...
View Articleintegrating PCL with Xamarin.Form and Andoird app that uses...
Hi I am using Xamarin.Form the last available version in Nuget to creating an application and in my Android part i use Xamarin.Android.Support.v4.21.0.3.0 ut when i want to compile my project it shows...
View Articleimplement SWTableViewCell in xamarin forms
Hi, How can i implement SWTableViewCell component in a xamarin cross platform listview instead of context action for left swipe deletion?
View ArticleRecording and playing audio
Hello! Can you give advice. What is the best way to record and play recorded audio at the same time?I use AVAudioRecorder and AVAudioPlayer for this, but for playing I need to add some delay. Thank you.
View ArticleRelative Layout and xaml :: Why am I having such a hard time finding examples...
I've found a multitude of Classic Xamarin examples and a few xaml examples but what I'm not finding (and I could be searching wrong) are examples that explain the ins and outs of X and Y Constraints....
View Articlecustom view control not working in iOS
Since the xamarin forms does not allow data binding (why even? You'd think this is pretty basic stuff...) on the picker I've made one myself, with some help from the internet ofcourse. It works fine on...
View ArticleTouchesCancelled being fired instead of TouchesEnded
Hi all, I'm learning Xamarin and I have an app that started as an iOS app but I've started to port into a Xamarin Forms app. I've created a custom page renderer for one of the screens and ported the...
View ArticleNetwork interface using UdpClient
Hello guys, I'm working on a project and I need the following configuration : device <-- wifi --> mobile <-- 4G --> Internet The communication between the device and the mobile uses UDP...
View Articlewhy this Error in Sqlite App when build, see my attachement below
why this Error in Sqlite App when build, i attached you my screenshot. plz see my attachement below
View Articleconnect to other mobile device
I would like to have some advice for following ... This is a situation where there is no wifi or internet access, so perhaps bluetooth has keyrole in this .. 1) Is it possible to access a sqlite...
View ArticleLinkAssemblies error
Hello, i have a error in Release mode wean i create Archive for Publishing i Debuger work great: C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5): Error MSB4018: The...
View ArticleHow to apply same kind of css or theme for all types of platform (Windows...
How apply same kinds of css or theme for all types of platform (Windows phone, Android, iOS) in Xamarin.forms (like FB, flipkart or other types of app).
View ArticleListView keep highlighted element when data refreshes
I have a ListView with ItemsSource binding. In my view model I have a selected property that is set when a list item is selected. Is it possible to bind this property to the ListView selected item in a...
View ArticleHow to close context action via code in xamarin forms
I have created an app in xamarin forms, where I have used Context Actions in a list view item template's ViewCell as: <ViewCell.ContextActions> <MenuItem Clicked="OnActiveJourneyEdit"...
View Article