Masterpage and navigation !!
In reference to this link https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/MasterDetailPageDemoPage.cs this example is working quite fine but the...
View ArticleImage Source in Xaml not working on WinPhone
I have the following code in a Xamarin Form (v1.3.4.6332) Xamarin VS Extension (v3.9.344): <Image Grid.Row="1" Grid.Column="0"> <Image.Source> <OnPlatform...
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleNullPointerException on Android when checking if declared task is running
I am using Xamarin Forms and have updated everything. The code below works great on the iOS Simulator but crashes on the Android Simulator (at least for API 16). I originally just declared the task in...
View ArticleOnScroll event in ScrollView
Anyone know if there is a way to hook into the scroll event in ScrollViews? I want to add infinite scroll to a ListView, but without any way of knowing when the user reaches, or getting closer to, the...
View ArticleMonkey.Robotics HM-10 BLE Generic binary data transfer
Hi! After adding a comment to a post without getting any feedback, I hope this is not deemed a duplicate. If so maybe I should have opened a new thread instead of making the comment. I created a...
View ArticleHow to play video with Xamarin forms?
Hello! I want to add a local video in Xamarin.Forms (not YouTube). Tell me please how to do it. Thanks a lot!
View ArticleXamarin.Forms and the Camera
G'day, For the life of me I can't get the camera to work with Xamarin.Forms. If I try MediaPicker.TakePhotoAsync or the Xamrin.Forms.Labs camera facility I get a black screen and it hangs. If I try...
View ArticleHorizontally scrollable TableViewCell
Hi guys, so what I wanna do is make a nice looking TableView (or ListView in .Forms). When you click on it, the selected cell should expand and show a grid of ImageCircles just like in the picture that...
View ArticleSQLiteConnection problem on Windows Phone
Hello, I have a problem with SQLiteConnection on Windows Phone. Program crashes on connection initializing. Same code works great on Android. I have Shared project and using SQLite.NET PLC for it with...
View ArticleDataTemplateSelector Xamarin.Forms
Hi, can anybody explain how can i create a TemplateSelector for a ListView?I want to have different views on each cell,depending on the content to load. I found this article:...
View ArticleonPlatform changes for Android but not for iOS
I have been developing a Xamarin Forms app and have been testing its functionality on the windows emulator. On a button click, the user would be sent to the resulting listview that contains locations...
View ArticleReceive touch events after settings StackLayout.TranslateX property
Hello, I have a ContentView with a StackLayout with multiple children sized to the full width of the screen. In other words, if the screen width is 320 and I have five children, the inner StackLayout...
View ArticleXamarin.Forms with Native Maps
I started my project using Xamarin.Forms.Maps, but found it difficult and/or impossible to implement tap functionality to the map using the default Xamarin.Forms.Maps implementation. If I am...
View ArticleActivity Indicator Inconsistencies
Has anyone noticed some inconsistencies with the ActivityIndicator. I am using XAML with MVVMLight binding. Sometimes, the activity indicator doesn't show up the first time the bound field...
View ArticleProblem with using Grid.IsVisible
Hi there It turned out the Grid.IsVisible (iOS part) works only one way: when IsVisible=true, it appears. If set IsVisible=false, it hides but holds the place of the same size it had. Just blank ugly...
View ArticleSlider Gallery
its posible to make something like this? llike a Gallery slider buttons on both sides to change the image. if someone dev something like and would like to share thanks you for any help.
View ArticleIs there a tinder-like interface available for Xamarin Forms that runs on...
Any recommendations?
View ArticleCustom control on androi
Hi, Hello to all, I want to create a custom control and I read the online tutorial for PCL . I created in the PCL public class TapparellaProgressView : View { //Bindable property for the progress color...
View ArticleCorrect way to cancel an async Task?
Lets say I have a search bar and a listView in a Content Page... When I search for a text I run an async task that gets some info from a Rest Server. But if I pop the page before the Task is completed...
View Article