Unable to load image from my device documents
Hi, I am unable to load an image which is there at path "/private/var/mobile/Applications/4772CE3E-2552-410F-937D-823ED0C40671/Documents/temp/IMG_20140718_181542.jpg" on my Image. What the exact...
View ArticleListView ContentAction example does not show a DisplayAlert
Hi, If you download the example https://developer.xamarin.com/samples/xamarin-forms/UserInterface/ListView/interactivity/ and take a look at it, you see in the interactivityListViewCode.cs file there...
View ArticleInfinite "Synchronizing assemblies" on Android Xamarin.Forms Deployment
Fellows, I'm starting to study Xamarin.Forms, it works fine when I deploy to iOS, but I got this infinite "Synchronizing assemblies" message when trying to deploy to Android emulators. It takes several...
View ArticleCall back to parent view from modal
So I am trying to pop up a login window, then once they log in call back to the parent view and dismiss the modal. This is what I'm trying Is is the main parent window async void PatientButton_Clicked...
View ArticleListView scrolling and virtualization
I'm filling a ListView with data, binding ItemsSource. I'm also having a DataTemplate for the ViewCell consisting of a Grid layout with some Labels. On Windows Phone scrolling the list is very smooth...
View ArticleFloating Action Button in Xamarin Forms
Has anyone implemented the FAB in a Xamarin Forms project? I know there are ports available for Xamarin.Android but I'm wondering if this will mesh well with XF due to it not having the latest support...
View ArticleAdd spacing between title bar logo and the back-arrow?
How can I provide spacing between the app's title bar logo and the back-arrow? I am preparing to deploy an app and the app's title bar requires some formatting.
View ArticleForce Keyboard to show on Android
Hi, I'm trying to popup the keyboard on android when a control gets focused. The .Focus() method does produce the wanted effect in IOS - the controls gets the focus and thereby the keyboard is showed....
View ArticleProblem with loading PCL in XAML
Good afternoon, I am working through Xamarin.Forms examples in the Petzold book (Preview 2), and having trouble loading an external PCL. I have created a PCL library with one class in it. I am able to...
View ArticleEditor IsEnabled property is of no effect in iOS
@CraigDunn I try to add Editor and set IsEnabled, is work for Android and Winphone, but not for iOS.
View ArticleHow to register device in SMP Server in Xamarin.Forms
I am using Xamarin.Forms. I want to register my device to SMP Server for login authentication.
View ArticleTabbed Page Action Bar Rendering
The follow is a way to overwhelm the issues when setup the action bar of a tabbed page project. But before showing the rendered let make a short intro for the guys who is using this for first time....
View ArticleAccess WebClient in MasterApplication
Hey, is there any way of accessing the WebClient() Class in the Master Application? Not in the iOS or Android one, instead in the Sharedcode-PCL Lib? Or do I need to use a DependencyService? Sorry for...
View ArticleHow to scale webview to device's screen size
I have searched everywhere and just cannot figure out how to scale my webview content to my device's screen size. I have to use the horizontal scrollbar to view the web content. Is there any guidance...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticleXamarin.Forms creating an Android Native Listview with pull to refresh
I've pulled down the "Working with ListView Native Layouts" projects (https://developer.xamarin.com/samples/xamarin-forms/WorkingWithListviewNative/) and I'm building an app that has a similar...
View ArticleScrollView doesn't have property Padding
I read book Xamarin Forms and there is example. ScrollView scrollView = new ScrollView { Content = textStack, VerticalOptions = LayoutOptions.FillAndExpand, Padding = new Thickness(5, 0), }; But...
View ArticleXamarin.Forms sample launch Winphone proj is not loaded
I read book about Xamarin.Forms and try samples related to it. When I launch any of this solutions I get error (look image) Then if I press Install there is no winphone project. It's "unloaded"....
View ArticleUnable to use WCF within Android app
I receive the following exception when attempting to invoke a WCF service within my Droid project: "Operation is not valid due to the current state of the object" I am not sure what I am doing wrong....
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View Article