Hints for update WP 8.0 -> WP 8.1
Hi all I'm on the way to update my WP-app in the windows app store. In the meantime (after my first submit of the WP 8.0 app): - MS has migrated their dev-portal (I was not able to access it for about...
View ArticleHow to add button to listview last Item and load more item on that button click.
In my Xamarin PCL project, I have a listview with custom cell. I am proving a list of data as listview itemsource. The list contain more than 500 data. I need to display 10 data at a time. The last...
View ArticleText render using Xamarin Forms + OpenGLView (OpenTK)
Could anybody post a sample showing how to render text using a Xamarin.Form.OpenGLView? Even better showing how to use a custom font file (TTF). I've looked for samples, but can only find the one in...
View ArticleCustomRenderer Size issues with device orientation?
Hi, I'm trying to use Xamarin.Form to create an app that list and play online videos. At first, things seem fine with my current setup: But when I rotated my device, the video view custom renderer...
View ArticleListView Custom Cell Command Binding
Hi everyone! I have a custom cell for my list view. Here are the codes. How Can I use the commands for itemselected event for my codes? Thanks! My Custom Item Object public class customMenuObject {...
View ArticleMasterDetailPage IsPresented is completely ignored.
Two issues: (1) If I set IsPresented = true on the OnAppearing() method of my MasterDetailPage, the Master menu is shown and then is immediately closed automatically. A video showing the Master closing...
View ArticleHow to create common UI in PCL app?
Hello, I am totally new in xamarin. I have to create a project for android and ios. I started to create the app with help of PCL. I designed the page in xaml that is looking fine in ios, but its not...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleVideoView Renderer In Android
Hi, Can some one share the complete code for videoview render in android to play video from assets folder and a working media controller to play,pause and seektoo .or a solution file. Thanks in...
View ArticleBlack area when swiping from right edge
Yo! We've had someone point-out an issue with our app: on pages that have embedded WebViews, swiping from the RIGHT edge exposes a large, black, empty piece of nothingness. This does NOT happen on...
View ArticleCarouselPage - Issues with opening at a specific page
Hi all - I'm currently trying to implement a simple CarouselPage where users can swipe left and right to navigate a collection of images. This works fine. However, I want the user to be able to pick a...
View ArticleException cultureInfo
Xamarin.Forms 1.5 Xamarin.iOS 9 Using http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/#iOS_Application_Project public System.Globalization.CultureInfo...
View ArticleXcode 7 - ERROR ITMS-90476
Hi, I compiled my project against the new SDK and XAMARIN update and when i try to commit to AppStore i get: ERROR ITMS-90476 "Invalid Bundle. iPad Multitasking support requires launch story board in...
View ArticleProperty change does not seem to update datatemplate and view
Hi all, I am starting out with the wonderful Xamarin Forms and up till now it was pretty smooth sailing. That is always good. Now I have a problem with my datatemplate in listview not updating a Label...
View ArticleXamarin forms application crash issue due to gradually increasing memory...
We are facing xamarin forms application crash issue. It’s a single page application which is built using xamarin forms and mvvm cross (prism) In our primary investigation we found that there are...
View ArticleValue of Textbox is not binding for window phone.
Hi all, When I enter any value in textbox and keep the focus on the same textbox and click on save button, then the value of textbox is not saving for windows phone in xamarin mvvmcross. Please share...
View ArticleMT5212 link errors
The application we have was compiling okay the other day, but now it will not. It still works in the simulator but has lots of MT5212/MT5213 linker errors when compiling for a real device. We get lots...
View ArticleERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch...
I'm trying to submit an IOS application through "Application loader", no success! message: ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle ' Versions:...
View ArticleiOS failed to compile
I am developing two Xamarin Forms app with Android and iOS using Visual Studio. Yesterday my code was compiling fine, today I am not able to compile none of the two projects in iOS. One thing I found...
View ArticleExtra space appearing on top of table view in IOS, how to eliminate this.
In xamarin forms-IOS, tableview extra space is appearing on top of table if intent="form" used whereas if intent has changed to 'data' extra space was removed but extra separator line are displaying....
View Article