PCL Xamarin Forms - Convert MediaFile into Byte Array
Hi, I'm trying to save image into Azure database. But i'm facing problem to convert MediaFile into Byte[]. I'm using Xam.Plugin.Medie ( http://www.nuget.org/packages/Xam.Plugin.Media ) to access camera...
View ArticleHow to repeat a local notification?
Hello everyone, is it possible to repeat a local notification for both Android and iOS ? For example every day at 13:00 pm? I am learning Xamarin.Forms, but I cannot find an example about this topic....
View Article[BUILD ERROR] Error executing task LinkAssemblies: error XA2006: Reference to...
After updating my project to the newest Xamarin.Forms package, I've started to get the following error during Debug builds on my Xamarin.Forms PCL solution's Android project. The error is:...
View ArticleHow to get the control element from code behind without FindByName?
Hi, Am new to xamarin. I'm trying to build a page that show multiple(1-10 not fixed) picker that filter the next corresponding picker. Have created a content page with a stacklayout and creating picker...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleXamarin.Forms Version of RadialProgress
Hello Guys, is there a Xamarin.Forms Version of RadialProgress? (https://components.xamarin.com/view/radialprogress) If there isn't a Version for Xamarin.Forms, how to get this one working with the...
View ArticleFontFamily without custom renderers for Android?
Hi all, I want to change the font family of my Xamarin.Forms app to American Type Writer. For iOS is not a problem everything works fine, but in Android is not assigning the font. I suppose this font...
View ArticleCarouselPage with Tabs *almost* working on Android
Hello, I created a custom CarouselPage renderer that adds a tabbed navigation on top of the carousel, so that the pages can be navigated by either swiping or by clicking the tabs. Now it works...
View ArticleProblem with calling service method in Xamarin Forms
For calling service methods I use System.Net.Http.HttpClient. When I start application in Android and try to call method I get an error message "System.Net.WebException: Error: SendFailure (Error...
View Articlehow to createFeed screen with image gallery like in facebook?
Hi All, I am developing one application where I had requirement that is create feed screen like in below attached image.
View ArticleHow to remove previous pages from memory?
I'm using an implementation of Master/Detail in my Forms app. The problem is that even after I change pages the previous one is still running, I even had to do some inactive/isActive code in order to...
View ArticleChange the text color for Xamarin.Forms.DatePicker
For Xamarin.Forms.DatePicker It is not obvious that the date field is "tapable" I want to change the text color of it to blue so the user will think it is clickable? I see a background color property...
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View Articlehow to createFeed screen with image gallery like in facebook?
Hi All, I am developing one application where I had requirement that is create feed screen like in below attached image. Can anybody help me please, how to resolve this?
View ArticleI am not getting the exact date which is shown in DatePicker date when I...
In native iOS I found some solution, but in Xamarin there could you please tell me the replication of it. How do I write the below code in Xamarin. NSDate* destinationDate = [[[NSDate alloc]...
View ArticleXForms preventing native use (custom renderers) of bottom toolbar in iOS so...
This subject is an extension and increased scope of another thread by @SvenKunttz at :...
View ArticleHow to transform secondary ToolbarItems to UIBarButtonItems in the bottom...
First of all, I think the ToolbarItems in Forms are the right approach to have a generic abstraction to the platform specific actions users can execute on each platform. Furthermore, the Android...
View Article[Custom Renderers] [iOS] Adjusting/Resizing Carousel's Children Page Renderer
Hey All, I am in the process of making my own custom renderer for CarouselPage. for the past few days, I am trying to resize the CarouselPage's UIScrollView, so that I can add in some other UI controls...
View ArticleListView Grouping : Example Please
Can anyone explain to me how to do grouping within the Forms ListView? It's not quite apparent how it is supposed to work. Thank you very much.
View Article