Application is breaking when i am running on emulator with API 19..
Application is breaking when i running on emulator with API 19 and getting this error see this screenshot.
View ArticleAndroid Bluetooth permission triggering OnAppearing/OnDisappearing
Hi all, I've stumbled across something that doesn't feel right, but might be worth mentioning. I have an app that needs to connect to Bluetooth. For this I need to make sure the Bluetooth is on. To...
View Articlelogin via social Media
I am trying to add to my application a login via social Media (Facebook, Google+ and Tweeter) . I searched the web for a xamarin.forms solution but all solution I found use xamarin.droid and...
View ArticleScrolldown in ListView using ItemAppearing event skips records in Xamarin.Forms
Hi, I have ListView in Xamarin Page. I use ItemAppearing event to scroll down. ListViewCell height is big so 1 screen cover first and 80% part of second viewcell. Steps to load more data for scroll...
View ArticleSystem.IO.FileNotFoundException error to build Android project in Xamarin.Forms
I am not able to build my Android project of Xamarin.Form. However, iOS project works fine. I have tried by remove all DLLs from Package and Bin folders but it doesn't work. Can anybody guide me?...
View Article[Xamarin Blog] Using Custom Controls in Xamarin.Forms on Android
Just posted: Using Custom Controls in Xamarin.Forms on Android on the Xamarin Blog. Read the full article to learn how to use any Android custom control in a Xamarin.Forms application. Use this thread...
View ArticleDrag map up and down inside Scrollview
Hi. I've a map inside a Scrollview among other elements. When I try to drag the map up and down the scrollview scrolls and not the map. It only happens in Android. I've been able to hack it a little...
View ArticleHunting Memory Leaks, best practices?
Hi, I started a new Thread because this Title makes more sense. What are your best strategies to hunt down MemoryLeaks, especialls on Android? How can I check if a certain object get's relased? Does it...
View ArticleGoogle maps Integration
Hey Everyone, we had a specific set of requirement and that's related to the Maps. We are using Xamarin.Forms in this project. Display Google maps on both Android and iOS. Get current location of the...
View ArticleHow to access xaml elements that is inside another xaml?
I have a view that is reference in two different content pages. How can I access the content view properties that inside the content page? I want to access "myLabel" properties from the content page....
View ArticleIs there a package as iCarousel in xamarin forms.
I have been trying to implement the cylindrical animation to the horizontal listview to achieve the iCarousel cylindrical effect.Here is the sample I have tried . <ContentPage.Resources>...
View ArticleChanging text color of status bar when new page is pushed
Hey, I'm trying to achieve the following: My app usually has a black text for the status bar, but for certain screens the App changes in a full screen version with a dark background color, so i want to...
View ArticleCant seem to get a binding to work (BooleanToObjectConverter and...
Hello everyone. I have been following https://blog.xamarin.com/behaviors-in-xamarin-forms/ and the referenced material on git to recreate the email checkmark. While the EmailValidatorBehaviour seems to...
View Articleerror code CS0050 and CS0053 how to fix it
Error CS0050 Inconsistent accessibility: return type 'Task' is less accessible than method 'GoogleServices.GetGoogleUserProfileAsync(string)' Error CS0053 Inconsistent accessibility: property type...
View ArticleConnecting to websocket stomp server
Hello, I'm developing an xamarin app and I am having a hard time connecting to a working Spring server using stomp. I need to connect to the endpoint and subscribe to the notifications message broker?...
View ArticleHandle event when contact actions menu is opened in Android
If I open the context menu on a listview item (long press) the context menu will open, after which the user can press one of the menu options (context actions), like for example "Delete" or "Cancel"....
View ArticleXamarin forms Custom toolbar
Hi, I want to create custom toolbar like this in xamarin forms how to create?
View ArticleChange text color of ListView using C#
Can you change the text color of a ListView using C#? I have a ListView inside a StackLayout that inside another StackLayout. I have all the code in C# without any XAML file. thanks
View ArticleHow to handle different screen sizes
Hi, are there any tutorials for xamarin forms on how to handle different screen sizes for iOS, Android and Windows Phone 8 ? The only tutorials I could found was about apple and android watch.
View ArticleExpandable ListView showing all items already expanded/open
Hi, I am implementing Expandable ListView in xamarin.forms,. But the listview showing all items expanded. See my code below public class MainListView { private Product _oldProduct; public...
View Article