How 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 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 ArticleHow to add a Zip Library to my PCL project?
Hi Community, i want to add a Zip library to my pcl project to extract a zipfile. The app is ios only but i'm using an xamarin.form (pcl) for the great possibillities for interface design. When i will...
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 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 ArticleIn IOS, TableView Cell height was not setting correctly
In IOS, TableView Cell height was not setting dynamically with respective content, height was fixed to some extent. Whereas in android it was resizing automatically. How to fix it in IOS specifically ?
View ArticleWhy switch is not displayed in andorid (lollipop) 5.0 version?
when switch is in off mode it displayed like a circle not like switch? I want to display switch offmode as 0 and on mode as 1 in the lollipop version(5.0)? can any one help me? I want to do it. please...
View ArticleIs it possible to center image/icon in Action bar on both Android and ios?
I'm trying to accomplish something similar to the image. Is this possible and how would you then do it?
View ArticleShow view hierarchy in Debugger
Hello I was wondering if there's a way to to log the view hierarchy for a ContentPage in Xamarin Forms, similar to how in iOS you can just log the 'description' of a UIView and it will show you all of...
View Article