Full page TableView
Hi there, I'm trying to build something like a blogpost View within Xamarin forms. It consits of some Labels on top, below that a WebView and under the WebView I would like to have a listview of...
View ArticleHow can I access Navigation from within a ViewCell?
Let's say that I have a custom ViewCell for a ListView, where each cell contains a button. When a user clicks that button I'd like to be able to push a new page onto the navigation stack. The problem...
View ArticleWebView size/visualization problem
Hello, For the past couple of days I've been trying to make a WebView in my Xamarin.Forms project behave the way I want it to. Sadly without success... So any help would be appreciated. The scenario: I...
View ArticleXamarin.auth crash.
Hi everybody. I am trying to use xamarin.auth in a cross-platform application through a pageRendered and it connects with Facebook fine, but when come back, it crash. This is the call to the...
View ArticlePublishing android app using VS 2015 or Xamarin Studio 5.9?
Hello, I am a fan of Xamarin Studio with regards to the Android specifics but, it I would like to ask some inputs as well if which is the better tool for creating an android package? What are your...
View ArticleCreate download link call web api.
Create download link in which file is on server.Write Web Api Lokk Like this But it does not work. [AllowAnonymous] [Route("GetApp")] [HttpGet] public HttpResponseMessage GetApp(string AppId) { var app...
View ArticleHow to implement a Pop Up window in Xamarin Forms?
Is there a way to implement a Pop Up window in Xamarin Forms where you can put images, label, etc. and dynamic? Especially in a Map? Is there any generic implementation. Let me know. Sample code would...
View ArticleWorking with Xamarin Forms Animation class and Animation Extensions
Hi Guys , I have seen the Animation and Animation Extensions in the Xamarin forms.But I dont know how to apply in the Xaamrin forms.Can Any one explain me how and where we use this concepts in the...
View ArticleHow can i create delete event for button in ListView ?
Hello, How can i create delete event for button in ListView with Yes/No Popup Box ? Because i have already created listView.ItemSelected event for edit. In this Program When i click on list of Name...
View ArticleAndroid crashes with ActivityIndicator while starting
Hi, on our project (and a blank test project for reproduction) the ActivityIndicator let Android Apps crash when they use minimum API Level 16 (4.1 Jelly Beans). It's enough to put a ActivityIndicator...
View ArticleShow DisplayActionSheet on LIstView long-press instead ContextActions Menu
I think it might be nice to show DisplayActionSheet on long-press event. Is it possible?
View ArticleMaster-detail page in Android: Master-Icon is shifted to right, after a...
Hi all I have a strange problem. I use master-detail-page for navigation (Popover) and have assigned a master-icon: Master.Title = "Menu"; Master.Icon = "Home.png"; this.MasterBehavior =...
View ArticleNew Blog: FreshMvvm n=2 – IOC and Constructor Injection...
New Blog: FreshMvvm n=2 – IOC and Constructor Injection Feedback always loved!
View ArticleListView Label TextColor
Hey, I've got some problems when using a ListView and a custom DataTemplate. In this DataTemplate I put a Grid and some Labels. And there is my problem: I want to change the textcolor of some Labels,...
View Articlewindows application
hello, it's possible share code between iOS, Android, windows phone AND WINDOWS APPLICATION ( desktop, like windows 7 or 8 or 8.1 or 10 ) ? What's difference between windows store and windows...
View ArticleCreating simple control with custom renderer
Hi. I'm starting a project with Xamarin.Forms an cannot create the most basic custom rendered control with child controls, I always get a "SetElement did not create the correct number of children"....
View ArticleHow to draw "multi gradient " for Android in custom renderer?
For iOS we use CAGradientLayer.Locations as the gradients stops. For WinRT we use GradientStops. What about Android?
View Articleout of memory
Hi friends. I have a page with a "grouped" listview. Every row in this listvierw has an "Image". This page is inside a NavigationStack. I have this exception (only one time by now). Catched by...
View ArticleDevice.OnPlatform in Unit Tests
Hey I want to run unit tests on code that contains Device.OnPlatform(ios,android,winphone);. Is there a possibility to say that the current test case should emulate a special OS like iOS or Android. Is...
View ArticleHow to write a unittest with Device.OnPlatform()
Hello I want to test a method on the pcl-part. The IOS-Part do other stuff than the android one. For example the ios-part make a ModalPush and the android-part a normal one How do you test such parts?
View Article