Thread started Thread Pool : When i get data from api put to group listview
I want to get data from api and put to group listview, but app not show error and not display data. Sorry my english not good This my function to download data: and code to display in layout DataModel:...
View ArticleHow to achieve scrolling on a page with StackLayout and WebView?
Currently I have the following project: https://github.com/bencrispin/ScrollInWeb I know I've read in other forum posts that a scrollable view inside of another is skeptical, but this works...
View ArticleWhy am I can't? [assembly:Dependency(typeof( ??)]
I see several people use this code, but in my code I can not make it work [assembly: Dependency(typeof(Droid.Path.Config))] namespace Droid.Path { public class Config : IConfig { Error Severity Code...
View ArticleIs Xamarin Forms ready for production?
Hi, I would like to know whether Xamarin Forms is ready for real-world development? We are planning to develop a cross-platform application, whose major part is data-entry and uses negligible platform...
View Article5 Tips to Properly Style Xamarin.Forms Apps
http://motzcod.es/post/125302147562/5-tips-to-properly-style-xamarinforms-apps?utm_source=Xamarin+Weekly+Newsletter&utm_campaign=87ff0a0a09-Issue_0517_30_2015&utm_medium=email&utm_term=0_07...
View ArticlePicker broken for Windows Phone 8.1?
The color example for the Picker control does not work on Windows Phone 8.1 when I reduce the number of colors in the pickers items list. If it is used with 6 items or more, the selection is shown as...
View ArticleMasterDetail and navigationpage problem
Hi guys, I have a project with a masterdetail with menu. I followed this example https://www.syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ Well... ok, masterdetail and the...
View ArticleCould not load type Share.Forms.Plugin.iOS.ShareImplementation,...
I've been scratching my head on below error when I started using https://github.com/jguertl/SharePlugin: Could not load type Share.Forms.Plugin.iOS.ShareImplementation, Share.Forms.Plugin.iOS,...
View ArticleCreate share button
Hello, is there a way to create a "Share" button with Forms? I want to create this button that, when pressed, launches the classic intent chooser in Android (Image 1), the UIActivityViewController in...
View ArticleCamera application using Xamarin.Forms.Labs
I need to implement camera application in my app . Am using Xamarin.Forms.Labs. Am new to Xamarin.forms. I gave following code. private async Task TakePicture() { mediaPicker =...
View ArticleNot able to install MailKit
Not able to install MailKit in my project. Install-Package : Could not install package 'MailKit 1.2.8.0'. You are trying to install this package into a project that targets...
View ArticleButton inside ListView
Hi all, I think I have found a possible bug on Xamarin Forms (android): when you add a button to a ListView ViewCell, the selectedItem binding property stops working on Android (it still works on iOS)....
View ArticleUpload a picture using Xamarin forms PCL project
Hai I have a task that i need to Upload a picture using Xamarin forms PCL project .Can Someone share the Source code
View ArticleHow to properly bind click event to a button in a ViewCell?
I have the following code snippet in an xaml file: <ListView x:Name="listView"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <Button Text="{Binding Name}"...
View ArticleAccordion List View
Hi, I've been working on a custom renderer to create an Accordion controller. So far I was successful using Xamarin Labs - EditableListView as reference. Here's how the code is so far for the custom...
View ArticleXamarin.Forms render picker like spinner in Android
Hello guys ! I am making an app using Xamarin.Forms and I am trying to make an picker to work as spinner like in Android but no idea how to make it. I tried to make a render control also. Here is my...
View ArticleOut of memory exception while debuging with android phon please help me to...
[GestureDetector] [Surface Touch Event] mSweepDown False, mLRSDCnt : -1 mTouchCnt : 3 mFalseSizeCnt:0 [Choreographer] Skipped 41 frames! The application may be doing too much work on its main thread....
View Articleimplement alarm in monodroid
i want to implement alarm in my application. but i really don't know how to do it. is there anyone to help me please? i used the following codes and after running this code i just see "i'm running " in...
View ArticlePullToRefresh not working in iOS
I have implemented PullToRefresh functionality on Xamarin.Forms which is working well on WP and Android but not iOS. In iOS Pulling the list down does show a loading spinner but the refresh Command...
View ArticleBind to button BackgroundColor
Hi, Is it possible to bind to a buttons background color? I have tried this. But wit no success. var b = new Button { HeightRequest = 5, Text = item.Title, Font = Font.SystemFontOfSize(20,...
View Article