Get Tapped item Data On Tap Event
Hi All, My Requirement is to get Item number or text on Tap location. Please find images as shown the parts of bicycle.
View Articlehow to retrieve data(entry, label ) from listview and display in another page?
Model... namespace CafeMgmt.Models { public class Item_Model { public string Id { get; set; } public string Title { get; set; } public string Price { get; set; } public string Quantity { get; set; } }...
View ArticleHow do I continue to debug after closing an App on Android Emulator?
I am writing a Xamarin.Forms PCL app using all 3 platforms. I am trying to setup sharing with the app to receive images. I want to try testing the share activity when the app is not running. How would...
View ArticleThe name InitializeComponent does not exist in the current context
Hi everyone! I like Xamarin a lot, but I have only released one app using Xamarin so far since 2013, because of issues like the "InitializeComponent does not exist" problem that has consistently been a...
View ArticleButton size is not exactly, BorderRadius is not working
left label code xaml <Label x:Name="presentBtn" Text="선물함" FontSize="16" HorizontalOptions="Start" HorizontalTextAlignment="Center" VerticalTextAlignment="Center" Grid.Column="0"...
View ArticleHow can I consume WCF service without Protable Class!
Hi, As I know, right now we can't create project with Protable Class, so I don't know how to work with WCF. Anyone have a suggestion?
View ArticleRTL Support in xamarin forms
Hello everyone After a number of topics that I read here, I realized that the rtl on xamarin forms is on final stages of development, although had to be completed by the end of 2017. Is there is any...
View ArticleApp crashing when user opens it from background
In the android version, if the app is running, and the user backs out and opens another app, and them resumes my app, occasionally I get this error (I was only able to find out after integrating hockey...
View ArticleIt is possible to add multiple bindings to a Label using XAML?
It is possible to add multiple Bindings to a Label using XAML, for example: <Label Text = "{Binding Address} - {Binding City} / {Binding State}" TextColor = "# ffeece"/>
View ArticleHow to listen to Clipboard copy when App is in background
I want to listen to any copy activity to clipboard when app is onPause(), Then retrieve the word copied in an Entry field. I tried this but app crashes when I put it in the background: in the...
View ArticleMacOS null reference crash on app start
I'm trying out XF for MacOS just to get an idea about how well it might work for me in the future. I'm stuck on an issue though just trying to get it to run that I don't know how to work around. I...
View ArticleEntry Triggers are not firing when using a custom Renderer
hi, i have used the AppCompat to extended my material disign, i have extended entry(TextInputLayout). but now my trigger applied to my xamarin forms entry , are not firing any more. does any body have...
View ArticleThe application may be doing too much work on its main thread on Android
Hey there, We are building an app with Xamarin.Forms.. App works well on Windows and iOS without much performance impact, however on Android performance is extremely slow.. When I checked output in...
View ArticleIn my app structure is like below, Page 1 -> Page 2 -> Page3 -> Page 4 ->Page...
In my app structure is like below, Page 1 -> Page 2 -> Page3 -> Page 4 ->Page 5 -> Page 6 Now my problem is to navigate user from Page 4 -> Page 2 and Page 5-> Page 2 and Page 6...
View ArticleHow to create Button with BorderRadius in XAML?
Hi everybody! Please tell me how to create Button with BorderRadius in Xamarin.Forms using OnPlatform! Thank you!
View ArticleError SetValue: Can not convert Large to type 'System.Double' when using...
If I define a style like this: <Style x:Key="NamedSizeLargeOnIdiom" TargetType="Label"> <Setter Property="FontSize"> <Setter.Value> <OnIdiom x:TypeArguments="NamedSize"...
View ArticleXamarin.Froms OnPropertyChanged from another Page
I have a tabbed page with some tab. In two of this tabs I have a list. When a record is added/edited in the first list I need to refresh the second list, because in the model of the second list there...
View ArticleFrame OutlineColor not work in only Android, Xamarin Forms
I am developing the app in Xamarin Forms and I have faced a bug that should be fixed long time ago. I tried to set outline for frame and it works good on ios but doesn't work on android. Here is my...
View ArticleXamarin.Forms Customising by Platform
Hi, I am relatively new to Xamarin.Forms and am working on my first project implemented in Android and iOS using it. I am currently working on a page with a control on it which is to look like a...
View Article"Java.exe exited with code 1." if Linking set to "Sdk Assemblies only"
Hi, I have a problem on building my app. When I set the "Linking" option in the android project settings to "None", everything works - but my app apk is really big. If I set the setting to "Sdk...
View Article