Raising an Image click from a subclassed ViewCell
Sorry if I am missing something obvious here, I am very new to this. I have designed a ViewCell with a few lines of text and a clickable Image. The Image is using: GestureRecognizers.Add (new...
View ArticleScrollView - scroll bar
Hi, I´m beginner. I would like ask how move scroll bar. I have this code. Thank you `var scrollView = new StackLayout { Padding = new Thickness (20, 15, 20, 20), Children = { new ScrollView () {...
View ArticleHow to use Device.OnPlatform for to provide just iOS and default behavior
So I have been looking at This link and still can't see how I am Supposed to use Device.OnPlatform. I would like essentially a different behvaior for iOS and all other platforms to perform the default....
View ArticleBinding a Font propery of a Label
Hello I am adding custom cells to my listview and i have some properties already binded, what I am trying to achieve is a Font property binding, when the user clicks on the custom cell it will change a...
View ArticleListView issue
Hi, I am using ListView to show few details fetched from SQLite. While querying from SQLite mean while showing ActivityIndicator and once done with querying and assiging data to ListView i am hidding...
View ArticleHow to run on UI Thread
Hello, I'm in trouble to run a portion of code on Ui Thread from shared code. Basically in shared code I download a Json using HttpWebRequest. Parsed Json, the code fails when updating ListView...
View ArticleCouldn’t connect to logcat, GetProcessId returned: 0 in VS 2013
Hi, error when run android apps in release mode VS 2013 : Couldn’t connect to logcat, GetProcessId returned: 0
View ArticleNSUserDefaults and SharedPreferences
Hi mates, I have an interface to use NSUserDefaults or SharedPreferences depending on the OS. But in iOS I have an external interface in the settings menu like in the image: does it exist any similar...
View ArticleMapType not working when running in Android
I have the code below. When I run this code on iOS with XS on Mac, everything is fine. The map displays a satelite view. Everything is fine. When I run this code on an Android emulator (Genymotion 4.3)...
View ArticleDaily Notification
I am looking on some way to notify users with a custom message every 8 AM every day. I need to do some data processing before I display the notification(Get the number of patients for the past 24...
View ArticleIs there a way to do a FadeTo when an IsVisible binding is switched?
<Label Text="MyAwesomeLabel" IsVisible="{Binding AwesomeLabelIsVisible}" /> Is there a magic trick to having this do a FadeTo?
View ArticleDebugging and "Project not built in current configuration"
I've decided to look at the Xamarin.Forms examples from Xamarin for some help on some issues. Unfortunately, I am getting issues when I attempt to debug. I set a breakpoint and XS never stops at any of...
View ArticleUpdate UI every X seconds using Xamarin.Forms
I am trying to make an image rotator sort of ui and I want to change the image ever x number of seconds and want to reflect the changes on UI. I looked it on forums but could find a way to do so for...
View ArticleQ: Xamarin.Forms for a Windows Store App?
Forgive me, I suspect that given I couldn't find the answer this isn't possible, but here's hoping it is! Thanks in advance //Adam
View ArticlePCL Template does not generate Android/IOS projects
I am running Xamarin Studio on OSX, with both Xamarin.iOS and Xamarin.Android enabled. My problem is that when I run File -> New -> Solution -> C# -> Mobile Apps -> Xamarin Forms...
View ArticleiOS Status bar color problem with NavigationPage
I managed to get the iOS status bar text to be white on all my pages, but when I add them to a navigation page the text goes back to black. Anyone know how to fix this issue? Here is some example code...
View ArticleCould not load assembly 'System.Web'
I am adding a reference in Portable Class Library,while rebuilding it gives error mentioned below Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticlePicker theming
The picker appears to be weak when it comes to styling; not even a TextColor property, and the popup dialog cannot styled either. Does anyone have an example of a android custom renderer for this...
View ArticleAndroid, iOS and Windows Phone + SQLite (ORM)
That such a very good afternoon. How can implement SQLite (ORM) projects Android, iOS and Windows Phone? Working with Visual Studio. The idea is to share the code in the three platforms, that is, the...
View Article