How to select multiple images from gallery from both android and iOS device?
Hello, I am working on xamarin.forms app. I am creating the app for android and iOS. I need to open the gallery and select multiple images from gallery of devices. How I can do this in xamarin.forms...
View ArticleText in buttons takes uppercase (Galaxy S6, Android 5.1.1). How to avoid it?
Text in buttons takes uppercase (Galaxy S6, Android 5.1.1). How to avoid it? When testing on other phones everything is fine
View ArticleHow to convert size of images for android and iOS in xamarin.forms?
Hello, I am working on xamarin.forms. I have to select multiple images from gallery and if any image size is greater than 1920 then we have to change the size of image and fix it 1920. How I can do...
View Articletype or namespace xamarin not found ...what is going on?
i created new app using xamarin.form and i got this error : type or namespace xamarin not found i follow some article about this issue and says delete ASP.NET Core 5.0.xml , and i did that but no...
View ArticleGet current Uri from HybridWebView
Hi I would like access to the actual Uri of either HybridWebView. I need it to watch for a certain url pattern during redirecting. The Uri property of HybridWebViewdoes not seem to ge updated when...
View ArticleAd network implementation
I want to try out multiple ad networks. I've already implemented AdMob. Does anyone have examples how to implement others?
View ArticleHow to hide the empty rows of a list view in xamrin.forms in ios
My list view has just 1 or 2 datas , but still it shows empty rows till the end of the page . This just happens in ios ., in android its working fine . pls do tell me what changes to make to hide the...
View ArticleiOS Button text padding
Y'Hello, I'm using the code below to create a Button - nothing too fancy so far, huh? Anyway, I noticed Button doesn't have a Padding styling property, so my button on iOS looks a bit squished (see...
View ArticleLocalize images base on app language not device language
Hi, My app allow the user to select the language during execution. I'm able to switch the text, but the image stay in the device language. How can I control the language settings used for image...
View ArticleXamarin.Forms for UWP Preview Now Available
Many in our community have been asking about Xamarin.Forms for Universal Windows Platform support, and today, we are very happy to bring that request to life. In the past, building apps with...
View ArticleFileStream does not exist add reference in xamarin form //...
using (var httpClient = new HttpClient()) { using (var request = new HttpRequestMessage(HttpMethod.Get,new Uri("http://preprod.quickappsbuilder.com/api/apps/getapp2"))) { using (Stream contentStream =...
View ArticleFile.WriteAllBytes not found
File.WriteAllBytes not found i already include system.IO file ??
View ArticleMasterDetail Page customizing the style (BarBackgroundColor, BarTextColor..)...
Hello, I'm new to Xamarin.Forms, I'm using a MasterDetail Page which works fine in my app. Problem is, I'd like each Detail Page to have its own style : considering BarBackgroundColor, BarTextColor......
View ArticleSleep and Thread
Hi, There are methods Sleep() and "Invoke on MainThread" in Xamarin Forms ? Thank you.
View ArticleIs it possible to navigate between a Xamarin forms content page to an Android...
I started a shared project and I'm building my app using xamarin forms. When I was trying to use Xamarin Mobile reference I noticed that I might have to create an activity(in case of android) so I can...
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View ArticleTapGestureRecognizer not firing for Android
TapGestureRecognizer is working for WinPhone but on Android although the Application Output is showing [ViewRootImpl] ViewPostImeInputStage ACTION_DOWN but the Tapped evenit isn't being called... var...
View ArticleReally stuck with a keychain issues in IOS
Hi all, I have a project that needs to store passwords in the key chain. its a forms project so I have an IOS class that does the work for keychain. I am using this code var queryRecord = new...
View ArticleXamarin Forms iOS Navigation Bar Image
I am attempting to set the Navigation Bar Background Image using the NavigationPage.SetTitleIcon(this, "image.png"). However, what appears is the image centered in the Navigation Bar with white space...
View ArticleHow to add a background image to my application
Hi Guys, I want to add a background image to my application for the look and feel. I know how to use the local and the embedded images but i want to make my entire application with a default image....
View Article