Can I just get the date from a DatePicker and not the date and time?
Is there a way to get just the selected date and not the date and time from a DatePicker? Or do I need to manually process the string returned to extract only the date myself?
View Articleapp size is too large
I have made simple app with 2 classes app.cs and CarouselView.cs. used this code Only thing app is doing a slideshow with predefined images. there are 7 images, total size 800kb but when I created .apk...
View Articleresx localization not working on real devices
Dear Xamarin and all developers here, For some strange reason, localization using resx files is not working when testing on real devices. I have tried the test on multiple Android devices ( Samsung,...
View ArticleAcr.Xamarin.Forms Network connection check
Hi everybody, How can i check network connection? I found sample on github but its wrote mvvm pattern. I wrote this code but. I've got object null exception. My sample code is: ` private...
View ArticleCan i clear the Listview cache?
I have a listview with cachingstrategy set to RecylcleElement. Its seperatorcolor is set from a style that comes from DynamicResource (my resources/styles are global) like this Style="DynamicResource...
View ArticleForms9Patch: NinePatch element + multi-device / multi-resolution
Announcing Forms9Patch Xamarin Forms is great for developing apps on Android and iOS but it is missing two important tools for developers: scalable images and PCL multi-screen image management. Android...
View ArticleSystem.MissingMethodException: Method 'ScrollView.ScrollToAsync' not found.
Every time I try to call ScrollView.ScrollToAsync() I get this run time exception: System.MissingMethodException: Method 'ScrollView.ScrollToAsync' not found. I'm not sure how my code compiles if the...
View ArticleForms9Patch: Simplify multi-device image management in your PCL Xamarin.Forms...
Announcement of Form9Patch Xamarin Forms is great for developing apps on Android and iOS but it is missing two important tools for developers: scalable images and PCL multi-screen image management....
View ArticleImage 9 patch image not working
Hi all, I'm trying to use 9 patch images in a Xamarin.Forms project generated using the Android tool. But I'm not able to make them work as the Image control is not expanding them by default. I'm...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleTapGestureRecognizer not firing for Android
TapGestureRecognizer is working for WinPhone but on Android although the Application Output is showing [ViewRootImpl] ViewPostImeInputStage ACTION_DOWN but the Tapped evenit isn't being called... var...
View ArticleIssue with OxyPlot in Xamarin.Forms
I am building a Xamarin.Forms app that needs to plot several graphs that update with new data every second. Eventually I will want the app to run on both Android and iOS but for now am working only...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleOnAppearing() not called on Android for underneath page if page on top was...
Shared code that was tested on Android and iOS. Using Xamarin Forms 2.0.0.6490 with a NavigationPage. Steps to Reproduce: 1.) Set a page as your MainPage for Navigation. 2.) Observe OnAppearing() is...
View ArticleProblem with selected cells when using RecycleElement caching strategy on...
Hi guys, I have a ListViewwith caching strategy set to RecycleElement, where each cell has a certain number of context actions implemented with MenuItems. In Android, when the user long presses on a...
View Article9-patch support in Xamarin.Forms?
Hello Xamarin Users, Does Xamarin Forms have a 9 patch feature? I want to make fancy 9-patch buttons for my iOS and Windows Phone app.
View ArticleUsing Google Maps on Xamarin.Forms for Android
So we need to create an app that renders a map and we are currently using Xamarin.Forms to integrate it. However, we will not use Xamarin.Forms.Maps since we have to use the Google Maps API for iOS and...
View ArticleApplication.Current.Properties not persisting
Any data I save to Application.Current.Properties seems to clear whenever I restart the Application? I'm using the following code to save the data: private static void SaveLoginLocal () { if...
View ArticleSupport for Windows
I know there is dedicated support for Android and iOS when you buy licenses but since you never actually buy a license for Windows there doesn't seem to be a support email or contact I know of for...
View ArticleProblem in consuming restful webservice by post method.
Hi, I am very new with webservices. I need to create login by webservice. I am providing userid and password and the webservice will return login validation. The webservice is returning null response....
View Article