Xamarin Forms / Best way to share file on Android?
Hi! I have an app in production on the iOS side of the world. It includes the ability to share a local file (a simple zip archive I create of local app data). On the Android side of things, I see all...
View ArticleXamarin.Forms CardsView nuget package
Hi all) I've released new package for Xamarin.Forms (Something like Tinder's CardsView) Maybe, someone will be interested in it nuget.org/packages/CardsView/ -- nuget...
View ArticleNavigating and Navigated events of webView not working on Android
I am using navigating and navigated events of webView in xamarin forms, these events working fine on ios but on android when page load these event does'nt work. I am using these events to add busy...
View ArticleSetting the resource file I want to use (not using localization)
Hello there! I read about you can use .resx resource files automatically according the Localization of the App, so if you have MyData.en.resx and MyData.es.resx, it will use one or another according if...
View ArticleHow to build view same as Android Linear Layout
I want to create list Content like below picture : under each icon I have text. when I have more than two item go to next row like as picture. but all data comes from database(dynamic) , how to build...
View ArticleHow to get Absolute Layout and Relative Layout to Autosize to the size of...
The design requirement is to put a label and a button on the image. The Image is in a DataTemplate of ListView. I want to use Absolute Layout. But it expand way out of the child element (image). So how...
View ArticleiOS code signing key not found in keychain
After having successfully built, tested and published a Xamarin Forms app both for Android and iOS I'm suddenly no longer able to build the iOS version. I'm getting the "iOS code signing key not found...
View ArticlePicker pops up twice
I have a simple picker inside a list view and on my devices when I use my finger to scroll or tap it pops up twice I have verified this on multiple devices and I know it is not my code - it's just a...
View ArticleUnable to resume video once video got paused using xamarin madia manager plugin.
I am able to play video successfully using following: player.Source = item.VideoUrls.First().Url; await CrossMediaManager.Current.VideoPlayer.Play(); Then I paused the video using following code:...
View ArticleHow to fix "open failed: errno 13" exception
I am developing a camera app using CrossMedia.Plugin , when I take a photo from camera or from my phone gallery ,the crashes and the out put window shows open failed: errno 13 exception.How to fix...
View ArticleImageButton from Xamarin Forms 3.4: different render behavoir regarding to Image
Old implementation was class MyImageButton : Image { … } This I changed to class MyImageButton : ImageButton { … } On platform UWP it's the same behavoir, iOS I never tested, but on Android it's...
View ArticleIs it possible to call an asynchronous method from a synchronous method?
Hello everyone, I'm having a Xamarin.forms application and what I'm trying to do is: 1) someone clicks on an item in a listview 2) the application shows a dialog to the user 3) the application waits...
View ArticleHow can I change the hamburger icon for another one in Xamarin.Forms for...
How can I change the hamburger icon for another one in Xamarin.Forms for Android? I tried a lot of methods to change the three bars (hamburger icon) for another icon with Xamarin.Forms, but it seems to...
View ArticleHow to Enlarge the image when we tap on it?
My requirement is when i clicked on the image i need to show image as zoom out
View ArticleFreshMVVM Master detail with custom MasterPage
Hello I use FRESHMVVM in my app. I created a massterdetail page as well: var masterPage = FreshPageModelResolver.ResolvePageModel(); var detailPage = FreshPageModelResolver.ResolvePageModel(); var...
View ArticleXamarin Forms Android blank screen in Release but works fine in Debug
Hi, I have literally spend the last three days stripping down my code to a blank Xamarin application that comes installed with visual studio. The app I published on playstore as "controltowerlive" ;...
View ArticleGetting different instances while resolving from container
I have a specific platform service which is being registered using a platform initializer public class AndroidInitializer : IPlatformInitializer { public void RegisterTypes(IContainerRegistry...
View Articlecant install Xamarin.GooglePlayServices.27.0.0
Im trying to update to the latedst versions of te Xamarim paCKAGES. However Xamarin.GooglePlayServices.27.0.0 wont install. Ive already installed the latest versions of every other Xamarin package,...
View ArticleUpgrade Xamarin.Forms to 3.2.0.839982 Broke build Value cannot be null....
Hi Unfortunately, the latest forms update has totally broken my project (thankfully I have a backup). It seems that every time I update forms it breaks my application in some way. I have tried the...
View ArticleHow do overlap in Xamarin forms?
Does the concept of z-index? The picture shows that there is no overlap. enter image description here How to set z-index? the top two custom select box <AbsoluteLayout Padding="10,10,10,10"...
View Article