How can I access the ViewCell that was selected in a ListView ItemSelected...
Hi all, I'm trying to access the ViewCell that was selected in a ListView.ItemSelected event. I know how the access the ListView itself and the selected object, but I'm trying to access the actual...
View ArticleJump list in Xamarin forms
Hi, Can you please share logic for Jump list creation in Xamarin forms. Thanks..
View ArticleSpam is getting out of hand
Title basically says everything. The spam from whoever these guys are is getting seriously out of hand. It is nearly impossible to use the forum with the amount of "shitposting" going on. Can't the...
View ArticleCustomRender for ContextMenu
Is there any customize renderer for Context Menu. I want to change the font and size for button text.
View ArticleHow to hit an URL to download a file ?
Hello i'm a beginner in xamarin, been trying to download a .zip file from an adresse (if i paste the adress to my browser the download start) Already tried the DownloadManager plugin with the sample...
View ArticleComing from Native - Please tell me what to expect
Hey there guys, I am coming from native and already developed my first app in Xamarin. I programmed the Android and iOS separately but on the same project with some shared code. Things that were hard...
View ArticleHow do I start with Xamarin and OpenLayers
I want to build an app with maps and want to use OpenLayers. Has anyone some examples or guide so I can get started?
View ArticleHelp with rg.plugins.popup
Hi guys i have 2 pages in my app. One is the base page that contain a button the other is a popup page with a search bar and a grid. I need to change the text of the "spotname" botton when an user...
View ArticleIphone device is not showing in debug list in project.
Hello, I am creating an app for ios and android with help of xamarin.forms. When I am connecting my iphone device with my mac system for debugging the code it is not showing in the debug list. There is...
View ArticleGrid not expanding to fit content
I have a page that has a series of grids on it. These grids are set up to have three rows and a variable number of rows. Each cell displays a picture and 3 lines of text, if that data is available for...
View ArticleHow to add custom fonts on xamarin forms
Hello, I work on a project xamarin forms, and i want to add a new font family. i followed the official tutorial and it's not working! i downloaded a font fantasy.ttf and then i paste it in asset of...
View ArticleHow to add settings icon to right side of navbar in Xamarin Forms
Before I state my goal, let me explain the setup in case the problem is there. App.Xaml.cs calls InitializeComponent, followed by MainPage = new MasterPage(); MasterPage.cs contains this class --...
View ArticleContext Actions - How can you get the object for the row where the context...
I have been searching around and found a few examples of using Context Actions however none of the ones I found interact with the underlying ViewCell's bound object. Basically, when I swipe (using iOS)...
View ArticleXamarin forms, how to add new item to listview dynamically when the button is...
Hello guys I couldn't find a solution on the internet of how to add a new item to listview dynamically in Xamarin forms project when the button is clicked. The only things I got on the internet is how...
View ArticleSeperator lines in TableView
How do I remove the separator lines between each ViewCell in a TableView I've created this little demo page illustrating the problem: <br /> <?xml version="1.0" encoding="utf-8" ?><br...
View ArticleForbidden HTTP status code when sending HTTP Post
I want to send an HTTP Post request to a website in order to log in and get some data from another page which requires an authorized user. So when I run the following code I get a 403 forbidden status....
View ArticleAdding search bar to navigation bar in iOS 11
Has anyone been able to add a UISearchController to the navigation bar in iOS 11, when LargeTitles = true ? I can set the the NavigationItem.TitleView to a UISearchBar object, but it doesn't look good....
View Articlemaximize code sharing in Portable Class Libraries
In order to accomplish the above subject task, I should always use what for platform specific features?
View ArticleWeb Services not working in Detail View Main Project
It appears that there is no support for Web Services (wsdl) I can Add Web Services in the main project https://www.w3schools.com/xml/tempconvert.asmx?WSDL But when I try to compile I get Error CS0234:...
View Article