Integration with Nuance 360 SpeechAnywhere
My mobile apps (ios and android) are created using Xamarin.Forms. Now, I would like to integrate with Nuance 360 SpeechAnywhere API. Nuance offer iOS, Andorid, and .Net SDK. in this cause, should I use...
View ArticleGrid Xamarin.Forms
Hi, I have a Grid on Xamarin.Forms and I want it to be on the bottom of every page on my app. So I've made a class and put the Grid in there. But how do I add it to the pages content without repeating...
View ArticleCan we develop mix platform application?
Can we develop Xamarin Android/iOS application using Xamarin Forms and Xamarin Android/iOS? I mean Android first page will be develop in Xamarin Forms and other pages will be develop in Xamarin Android...
View ArticleCustom Renderer + Custom Native Control
Hello, I need to change color background of clear icon which is inside UITextField. To do it I need create a new class which derives from UITextField and override method UITextField.LayoutSubviews (for...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleI having an issue with a Carousel Page not handling iOS device rotations...
I'm having an issue with a Carousel Page that is called from a Navigation Page. The Navigation page is part of a tabbed page. The Carousel Page loads with no issues. The problem occurs when an iOS...
View ArticleWindows Phone 8.1 Navigation.PushAsync(new page()); Crash!!!!
Dear All, I got a Xamarin.Forms app that I've compiled and starts both on the emulator and phone (WP 8.1) then after a few calls from different pages to Navigation.PushAsync(new Page()); the app closes...
View ArticleUrgent help: IOS App Page looks difference between Xamarin Studio Vs Visual...
I have been stuck here for a long time, couldn't find any reason I have a simple page with image and long text. The top part are a image on left, on right from top are a label with multiple line of...
View ArticleHelp for error : android no resource identifier found for attribute
Hello, I'm developing an application with Xamarin studio. After an upgrade of Xamarin (currently I have the version 5.10.1) I found this error in my code when I Build it: android no resource identifier...
View ArticleCustom cell label centering and button problem
Hi, im trying to implement an custom cell. Tho, encountered some issues. First, i want to display the label (A,B,C..) vertically centered. Currently the label gets displayed on the top of the cell....
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleCannot load library `libunwind.so` and app crashes using Android 4.0
When loading the application using Android 4.0.3 this crashes and console shows: [Mono] GC_MINOR: (Nursery full) pause 4.10ms, total 4.68ms, bridge 20.23ms promoted 1216K major 1632K los 24K [mono-rt]...
View ArticleUWP: service assemblies
The Forms.Init method has a parameter which can be used to specify assemblies containing renderers. This parameter is very important when using 3rd party views/renderers or a complex project structure...
View ArticleStrange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleForms9Patch: Simplify multi-device image management in your PCL Xamarin.Forms...
Announcement of Form9Patch Xamarin Forms is great for developing apps on Android and iOS but it is missing two important tools for developers: scalable images and PCL multi-screen image management....
View ArticleHow to create a button with image?
I've checked most of the examples and couldn't find any code on how to create a button with an image. I guess it might be possible using the ResourceDictionary property on a button, but I'm not quite...
View ArticleXamarin Forms Portable File Access Read/Write
Is there an API to read/write data so when the app closes or goes to sleep that I can write out data then when the app wakes up or starts, I can read that data and load back into my application....
View ArticleImage Property on the Button
I am using the Button on the release version of forms, trying to understand what needs to be assigned to the Image property, so an image is added to my text in the button. Are there any good samples?...
View ArticlePossible bug in Image.IsLoading
Hi, I tried this in XF 1.5 and 2.x but I'm not able to reproduce this piece of code: var image = new Image { Source = new ImageLoader { Uri = new Uri...
View ArticleIs it Possible to Draw a view in Xamarin Forms like Android Canvas?
My requirement is to Draw a View (Like Text inside a ellipse). Is that possible in XForms? It is something like Drawing multiple Text in canvas like in Android. Further details about XF support:...
View Article